Color spaces of #d1dbde
RGB | 209 | 219 | 222 |
---|---|---|---|
HSL | 0.54 | 0.16 | 0.85 |
HSV | 194° | 6° | 87° |
CMYK | 0.06 | 0.01 | 0.00 0.13 |
XYZ | 64.8108 | 69.4923 | 79.1047 |
Yxy | 69.4923 | 0.3037 | 0.3256 |
Hunter Lab | 83.3620 | -7.1066 | 2.0914 |
CIE-Lab | 86.7473 | -2.7880 | -2.6445 |
#d1dbde color RGB value is (209,219,222).
#d1dbde hex color red value is 209, green value is 219 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d1dbde hue: 0.54 , saturation: 0.16 and the lightness value of d1dbde is 0.85.
The process color (four color CMYK) of #d1dbde color hex is 0.06, 0.01, 0.00, 0.13. Web safe color of #d1dbde is #cccccc. Color #d1dbde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 11011011 | 11011110 |
Octal | 321 | 333 | 336 |
Decimal | 209 | 219 | 222 |
Hex | D1 | DB | DE |
Shades of #d1dbde
Tints of #d1dbde
RGB Percentages of Color #d1dbde
CMYK Percentages of Color #d1dbde
Complementary Color
#d1dbde | #ded4d1 |
#d1dbde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1dbde Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1dbde Color CSS Codes
.mybgcolor {background-color:#d1dbde; } .myforecolor {color:#d1dbde; } .mybordercolor {border:3px solid #d1dbde; }
#d1dbde Text Font Color
<p style="color:#d1dbde">Text here</p>
This sample text font color is #d1dbde
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.
#d1dbde Background Color
<div style="background-color:#d1dbde">
Div content here</div>
This div background color is #d1dbde
#d1dbde Border Color
<div style="border:3px solid #d1dbde">
Div here</div>
This div border color is #d1dbde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,219,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1dbde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1dbde; -webkit-box-shadow: 1px 1px 3px 2px #d1dbde; box-shadow: 1px 1px 3px 2px #d1dbde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,219,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 #d1dbde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1dbde; -webkit-box-shadow: 1px 1px 3px 2px #d1dbde; box-shadow: 1px 1px 3px 2px #d1dbde;">
Div content here</div>
This div box has shadow with color #d1dbde
#d1dbde Color Palettes
Comments
No comments written yet.
Please login to write comment.