Shades of Grey Nurse #D1D2CC
Tints of Grey Nurse #D1D2CC
RGB
CMYK
RGB Variations
Color information
#D1D2CC (or 0xD1D2CC) is known color: Grey Nurse. HEX triplet: D1, D2 and CC. RGB value is (209,210,204). Sum of RGB (Red+Green+Blue) = 209+210+204=623 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.55% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D2CC is #2E2D33. Grayscale: #D1D1D1. Windows color (decimal): -3026228 or 13423313. OLE color: 13423313.
HSL color Cylindrical-coordinate representation of color #D1D2CC: 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 #D1D2CC is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 204 | - |
| CMYK | 0.00 | 0 | 0.03 | 0.18 |
| HSL | 70º | 0.06% | 0.81% | - |
| HSV(B) | 70º | 0.03% | 0.82% | - |
| XYZ | 60.24 | 64.01 | 66.31 | - |
| YUV | 209.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 204 | 0.00 | 0 | 0.03 | 0.18 | 70 | 0.06 | 0.81 |
| Hex | D1 | D2 | CC | 0 | 0 | 3 | 12 | 46 | 6 | 51 |
| Octal | 321 | 322 | 314 | 0 | 0 | 3 | 22 | 106 | 6 | 121 |
| Binary | 11010001 | 11010010 | 11001100 | 0 | 0 | 11 | 10010 | 1000110 | 110 | 1010001 |
Color Harmonies of #D1D2CC
Complementary color
Monochromatic Colors of #D1D2CC
Black with #D1D2CC
Text Example
Text Example
White with #D1D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D2CC; }
p { color: rgb(209,210,204); }
H1.HeaderClassName
{
color: #D1D2CC;
}
.AnyTagClassName
{
color: #D1D2CC;
}
</style>
background-color css
<style>
a { background-color: #D1D2CC; }
a { background-color: rgb(209,210,204); }
div.DivClassName
{
background-color: #D1D2CC;
}
.BgClassName
{
background-color: #D1D2CC;
}
</style>
border-color css
<style>
span { border-color: #D1D2CC; }
span { border-color: rgb(209,210,204); }
td.TdClassName
{
border-color: #D1D2CC;
}
.TagClassName
{
border-color: #D1D2CC;
}
</style>