Color spaces of #dddfbf
RGB | 221 | 223 | 191 |
---|---|---|---|
HSL | 0.18 | 0.33 | 0.81 |
HSV | 64° | 14° | 87° |
CMYK | 0.01 | 0.00 | 0.14 0.13 |
XYZ | 65.6104 | 71.9091 | 59.7120 |
Yxy | 71.9091 | 0.3327 | 0.3646 |
Hunter Lab | 84.7992 | -10.2906 | 17.6100 |
CIE-Lab | 87.9248 | -6.0612 | 15.4750 |
#dddfbf color RGB value is (221,223,191).
#dddfbf hex color red value is 221, green value is 223 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dddfbf hue: 0.18 , saturation: 0.33 and the lightness value of dddfbf is 0.81.
The process color (four color CMYK) of #dddfbf color hex is 0.01, 0.00, 0.14, 0.13. Web safe color of #dddfbf is #cccccc. Color #dddfbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11011111 | 10111111 |
Octal | 335 | 337 | 277 |
Decimal | 221 | 223 | 191 |
Hex | DD | DF | BF |
Shades of #dddfbf
Tints of #dddfbf
RGB Percentages of Color #dddfbf
CMYK Percentages of Color #dddfbf
Complementary Color
#dddfbf | #c1bfdf |
#dddfbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dddfbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dddfbf Color CSS Codes
.mybgcolor {background-color:#dddfbf; } .myforecolor {color:#dddfbf; } .mybordercolor {border:3px solid #dddfbf; }
#dddfbf Text Font Color
<p style="color:#dddfbf">Text here</p>
This sample text font color is #dddfbf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dddfbf Background Color
<div style="background-color:#dddfbf">
Div content here</div>
This div background color is #dddfbf
#dddfbf Border Color
<div style="border:3px solid #dddfbf">
Div here</div>
This div border color is #dddfbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,223,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dddfbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dddfbf; -webkit-box-shadow: 1px 1px 3px 2px #dddfbf; box-shadow: 1px 1px 3px 2px #dddfbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,223,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dddfbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dddfbf; -webkit-box-shadow: 1px 1px 3px 2px #dddfbf; box-shadow: 1px 1px 3px 2px #dddfbf;">
Div content here</div>
This div box has shadow with color #dddfbf
Comments
No comments written yet.
Please login to write comment.