Shades of Grey Nurse #D0D1CE
Tints of Grey Nurse #D0D1CE
RGB
CMYK
RGB Variations
Color information
#D0D1CE (or 0xD0D1CE) is known color: Grey Nurse. HEX triplet: D0, D1 and CE. RGB value is (208,209,206). Sum of RGB (Red+Green+Blue) = 208+209+206=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 209 (82.03% from 255 or 33.55% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D1CE is #2F2E31. Grayscale: #D0D0D0. Windows color (decimal): -3092018 or 13554128. OLE color: 13554128.
HSL color Cylindrical-coordinate representation of color #D0D1CE: hue angle of 80º degrees, saturation: 0.03, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D0D1CE is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 209 | 206 | - |
| CMYK | 0.00 | 0 | 0.01 | 0.18 |
| HSL | 80º | 0.03% | 0.81% | - |
| HSV(B) | 80º | 0.01% | 0.82% | - |
| XYZ | 59.95 | 63.47 | 67.48 | - |
| YUV | 208.36 | 126.67 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 206 | 0.00 | 0 | 0.01 | 0.18 | 80 | 0.03 | 0.81 |
| Hex | D0 | D1 | CE | 0 | 0 | 1 | 12 | 50 | 3 | 51 |
| Octal | 320 | 321 | 316 | 0 | 0 | 1 | 22 | 120 | 3 | 121 |
| Binary | 11010000 | 11010001 | 11001110 | 0 | 0 | 1 | 10010 | 1010000 | 11 | 1010001 |
Color Harmonies of #D0D1CE
Complementary color
Monochromatic Colors of #D0D1CE
Black with #D0D1CE
Text Example
Text Example
White with #D0D1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D1CE; }
p { color: rgb(208,209,206); }
H1.HeaderClassName
{
color: #D0D1CE;
}
.AnyTagClassName
{
color: #D0D1CE;
}
</style>
background-color css
<style>
a { background-color: #D0D1CE; }
a { background-color: rgb(208,209,206); }
div.DivClassName
{
background-color: #D0D1CE;
}
.BgClassName
{
background-color: #D0D1CE;
}
</style>
border-color css
<style>
span { border-color: #D0D1CE; }
span { border-color: rgb(208,209,206); }
td.TdClassName
{
border-color: #D0D1CE;
}
.TagClassName
{
border-color: #D0D1CE;
}
</style>