Shades of Grey Nurse #D1D2CF
Tints of Grey Nurse #D1D2CF
RGB
CMYK
RGB Variations
Color information
#D1D2CF (or 0xD1D2CF) is known color: Grey Nurse. HEX triplet: D1, D2 and CF. RGB value is (209,210,207). Sum of RGB (Red+Green+Blue) = 209+210+207=626 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.39% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D2CF is #2E2D30. Grayscale: #D1D1D1. Windows color (decimal): -3026225 or 13619921. OLE color: 13619921.
HSL color Cylindrical-coordinate representation of color #D1D2CF: hue angle of 80º degrees, saturation: 0.03, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D1D2CF is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 207 | - |
| CMYK | 0.00 | 0 | 0.01 | 0.18 |
| HSL | 80º | 0.03% | 0.82% | - |
| HSV(B) | 80º | 0.01% | 0.82% | - |
| XYZ | 60.6 | 64.15 | 68.22 | - |
| YUV | 209.36 | 126.67 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 207 | 0.00 | 0 | 0.01 | 0.18 | 80 | 0.03 | 0.82 |
| Hex | D1 | D2 | CF | 0 | 0 | 1 | 12 | 50 | 3 | 52 |
| Octal | 321 | 322 | 317 | 0 | 0 | 1 | 22 | 120 | 3 | 122 |
| Binary | 11010001 | 11010010 | 11001111 | 0 | 0 | 1 | 10010 | 1010000 | 11 | 1010010 |
Color Harmonies of #D1D2CF
Complementary color
Monochromatic Colors of #D1D2CF
Black with #D1D2CF
Text Example
Text Example
White with #D1D2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D2CF; }
p { color: rgb(209,210,207); }
H1.HeaderClassName
{
color: #D1D2CF;
}
.AnyTagClassName
{
color: #D1D2CF;
}
</style>
background-color css
<style>
a { background-color: #D1D2CF; }
a { background-color: rgb(209,210,207); }
div.DivClassName
{
background-color: #D1D2CF;
}
.BgClassName
{
background-color: #D1D2CF;
}
</style>
border-color css
<style>
span { border-color: #D1D2CF; }
span { border-color: rgb(209,210,207); }
td.TdClassName
{
border-color: #D1D2CF;
}
.TagClassName
{
border-color: #D1D2CF;
}
</style>