Color spaces of #d1dfde
RGB | 209 | 223 | 222 |
---|---|---|---|
HSL | 0.49 | 0.18 | 0.85 |
HSV | 176° | 6° | 87° |
CMYK | 0.06 | 0.00 | 0.00 0.13 |
XYZ | 65.8670 | 71.6046 | 79.4567 |
Yxy | 71.6046 | 0.3036 | 0.3301 |
Hunter Lab | 84.6195 | -9.1415 | 3.5610 |
CIE-Lab | 87.7779 | -4.8527 | -1.1338 |
#d1dfde color RGB value is (209,223,222).
#d1dfde hex color red value is 209, green value is 223 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d1dfde hue: 0.49 , saturation: 0.18 and the lightness value of d1dfde is 0.85.
The process color (four color CMYK) of #d1dfde color hex is 0.06, 0.00, 0.00, 0.13. Web safe color of #d1dfde is #cccccc. Color #d1dfde contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 11011111 | 11011110 |
Octal | 321 | 337 | 336 |
Decimal | 209 | 223 | 222 |
Hex | D1 | DF | DE |
Shades of #d1dfde
Tints of #d1dfde
RGB Percentages of Color #d1dfde
CMYK Percentages of Color #d1dfde
Complementary Color
#d1dfde | #dfd1d2 |
#d1dfde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1dfde Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1dfde Color CSS Codes
.mybgcolor {background-color:#d1dfde; } .myforecolor {color:#d1dfde; } .mybordercolor {border:3px solid #d1dfde; }
#d1dfde Text Font Color
<p style="color:#d1dfde">Text here</p>
This sample text font color is #d1dfde
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.
#d1dfde Background Color
<div style="background-color:#d1dfde">
Div content here</div>
This div background color is #d1dfde
#d1dfde Border Color
<div style="border:3px solid #d1dfde">
Div here</div>
This div border color is #d1dfde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,223,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1dfde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1dfde; -webkit-box-shadow: 1px 1px 3px 2px #d1dfde; box-shadow: 1px 1px 3px 2px #d1dfde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,223,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d1dfde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1dfde; -webkit-box-shadow: 1px 1px 3px 2px #d1dfde; box-shadow: 1px 1px 3px 2px #d1dfde;">
Div content here</div>
This div box has shadow with color #d1dfde
#d1dfde Color Palettes
Comments
No comments written yet.
Please login to write comment.