Shades of Grey Nurse #D0D1CB
Tints of Grey Nurse #D0D1CB
RGB
CMYK
RGB Variations
Color information
#D0D1CB (or 0xD0D1CB) is known color: Grey Nurse. HEX triplet: D0, D1 and CB. RGB value is (208,209,203). Sum of RGB (Red+Green+Blue) = 208+209+203=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D1CB is #2F2E34. Grayscale: #D0D0D0. Windows color (decimal): -3092021 or 13357520. OLE color: 13357520.
HSL color Cylindrical-coordinate representation of color #D0D1CB: hue angle of 70º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0D1CB is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 209 | 203 | - |
| CMYK | 0.00 | 0 | 0.03 | 0.18 |
| HSL | 70º | 0.06% | 0.81% | - |
| HSV(B) | 70º | 0.03% | 0.82% | - |
| XYZ | 59.59 | 63.32 | 65.58 | - |
| YUV | 208.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 203 | 0.00 | 0 | 0.03 | 0.18 | 70 | 0.06 | 0.81 |
| Hex | D0 | D1 | CB | 0 | 0 | 3 | 12 | 46 | 6 | 51 |
| Octal | 320 | 321 | 313 | 0 | 0 | 3 | 22 | 106 | 6 | 121 |
| Binary | 11010000 | 11010001 | 11001011 | 0 | 0 | 11 | 10010 | 1000110 | 110 | 1010001 |
Color Harmonies of #D0D1CB
Complementary color
Monochromatic Colors of #D0D1CB
Black with #D0D1CB
Text Example
Text Example
White with #D0D1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D1CB; }
p { color: rgb(208,209,203); }
H1.HeaderClassName
{
color: #D0D1CB;
}
.AnyTagClassName
{
color: #D0D1CB;
}
</style>
background-color css
<style>
a { background-color: #D0D1CB; }
a { background-color: rgb(208,209,203); }
div.DivClassName
{
background-color: #D0D1CB;
}
.BgClassName
{
background-color: #D0D1CB;
}
</style>
border-color css
<style>
span { border-color: #D0D1CB; }
span { border-color: rgb(208,209,203); }
td.TdClassName
{
border-color: #D0D1CB;
}
.TagClassName
{
border-color: #D0D1CB;
}
</style>