Color spaces of #d0dfda
RGB | 208 | 223 | 218 |
---|---|---|---|
HSL | 0.44 | 0.19 | 0.85 |
HSV | 160° | 7° | 87° |
CMYK | 0.07 | 0.00 | 0.02 0.13 |
XYZ | 65.0550 | 71.2472 | 76.6530 |
Yxy | 71.2472 | 0.3055 | 0.3346 |
Hunter Lab | 84.4081 | -10.1405 | 5.2430 |
CIE-Lab | 87.6050 | -5.9330 | 0.7113 |
#d0dfda color RGB value is (208,223,218).
#d0dfda hex color red value is 208, green value is 223 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d0dfda hue: 0.44 , saturation: 0.19 and the lightness value of d0dfda is 0.85.
The process color (four color CMYK) of #d0dfda color hex is 0.07, 0.00, 0.02, 0.13. Web safe color of #d0dfda is #cccccc. Color #d0dfda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 11011111 | 11011010 |
Octal | 320 | 337 | 332 |
Decimal | 208 | 223 | 218 |
Hex | D0 | DF | DA |
Shades of #d0dfda
Tints of #d0dfda
RGB Percentages of Color #d0dfda
CMYK Percentages of Color #d0dfda
Complementary Color
#d0dfda | #dfd0d5 |
#d0dfda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0dfda Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0dfda Color CSS Codes
.mybgcolor {background-color:#d0dfda; } .myforecolor {color:#d0dfda; } .mybordercolor {border:3px solid #d0dfda; }
#d0dfda Text Font Color
<p style="color:#d0dfda">Text here</p>
This sample text font color is #d0dfda
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.
#d0dfda Background Color
<div style="background-color:#d0dfda">
Div content here</div>
This div background color is #d0dfda
#d0dfda Border Color
<div style="border:3px solid #d0dfda">
Div here</div>
This div border color is #d0dfda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,223,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0dfda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0dfda; -webkit-box-shadow: 1px 1px 3px 2px #d0dfda; box-shadow: 1px 1px 3px 2px #d0dfda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,223,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 #d0dfda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0dfda; -webkit-box-shadow: 1px 1px 3px 2px #d0dfda; box-shadow: 1px 1px 3px 2px #d0dfda;">
Div content here</div>
This div box has shadow with color #d0dfda
#d0dfda Color Palettes
Comments
No comments written yet.
Please login to write comment.