Color spaces of #dfdbda
RGB | 223 | 219 | 218 |
---|---|---|---|
HSL | 0.03 | 0.07 | 0.86 |
HSV | 12° | 2° | 87° |
CMYK | 0.00 | 0.02 | 0.02 0.13 |
XYZ | 68.4178 | 71.4130 | 76.5077 |
Yxy | 71.4130 | 0.3163 | 0.3301 |
Hunter Lab | 84.5062 | -3.3690 | 5.4761 |
CIE-Lab | 87.6853 | 1.1862 | 0.9623 |
#dfdbda color RGB value is (223,219,218).
#dfdbda hex color red value is 223, green value is 219 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dfdbda hue: 0.03 , saturation: 0.07 and the lightness value of dfdbda is 0.86.
The process color (four color CMYK) of #dfdbda color hex is 0.00, 0.02, 0.02, 0.13. Web safe color of #dfdbda is #cccccc. Color #dfdbda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11011011 | 11011010 |
Octal | 337 | 333 | 332 |
Decimal | 223 | 219 | 218 |
Hex | DF | DB | DA |
Shades of #dfdbda
Tints of #dfdbda
RGB Percentages of Color #dfdbda
CMYK Percentages of Color #dfdbda
Complementary Color
#dfdbda | #dadedf |
#dfdbda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfdbda Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfdbda Color CSS Codes
.mybgcolor {background-color:#dfdbda; } .myforecolor {color:#dfdbda; } .mybordercolor {border:3px solid #dfdbda; }
#dfdbda Text Font Color
<p style="color:#dfdbda">Text here</p>
This sample text font color is #dfdbda
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.
#dfdbda Background Color
<div style="background-color:#dfdbda">
Div content here</div>
This div background color is #dfdbda
#dfdbda Border Color
<div style="border:3px solid #dfdbda">
Div here</div>
This div border color is #dfdbda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,219,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfdbda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfdbda; -webkit-box-shadow: 1px 1px 3px 2px #dfdbda; box-shadow: 1px 1px 3px 2px #dfdbda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,219,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfdbda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfdbda; -webkit-box-shadow: 1px 1px 3px 2px #dfdbda; box-shadow: 1px 1px 3px 2px #dfdbda;">
Div content here</div>
This div box has shadow with color #dfdbda
#dfdbda Color Palettes
Comments
No comments written yet.
Please login to write comment.