Shades of Grey Nurse #D1D6C6
Tints of Grey Nurse #D1D6C6
RGB
CMYK
RGB Variations
Color information
#D1D6C6 (or 0xD1D6C6) is known color: Grey Nurse. HEX triplet: D1, D6 and C6. RGB value is (209,214,198). Sum of RGB (Red+Green+Blue) = 209+214+198=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D6C6 is #2E2939. Grayscale: #D2D2D2. Windows color (decimal): -3025210 or 13031121. OLE color: 13031121.
HSL color Cylindrical-coordinate representation of color #D1D6C6: hue angle of 78.75º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D1D6C6 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 198 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.16 |
| HSL | 78.75º | 0.16% | 0.81% | - |
| HSV(B) | 78.75º | 0.07% | 0.84% | - |
| XYZ | 60.53 | 65.73 | 62.92 | - |
| YUV | 210.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 198 | 0.02 | 0 | 0.07 | 0.16 | 78.75 | 0.16 | 0.81 |
| Hex | D1 | D6 | C6 | 2 | 0 | 7 | 10 | 4F | 10 | 51 |
| Octal | 321 | 326 | 306 | 2 | 0 | 7 | 20 | 117 | 20 | 121 |
| Binary | 11010001 | 11010110 | 11000110 | 10 | 0 | 111 | 10000 | 1001111 | 10000 | 1010001 |
Color Harmonies of #D1D6C6
Complementary color
Monochromatic Colors of #D1D6C6
Black with #D1D6C6
Text Example
Text Example
White with #D1D6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D6C6; }
p { color: rgb(209,214,198); }
H1.HeaderClassName
{
color: #D1D6C6;
}
.AnyTagClassName
{
color: #D1D6C6;
}
</style>
background-color css
<style>
a { background-color: #D1D6C6; }
a { background-color: rgb(209,214,198); }
div.DivClassName
{
background-color: #D1D6C6;
}
.BgClassName
{
background-color: #D1D6C6;
}
</style>
border-color css
<style>
span { border-color: #D1D6C6; }
span { border-color: rgb(209,214,198); }
td.TdClassName
{
border-color: #D1D6C6;
}
.TagClassName
{
border-color: #D1D6C6;
}
</style>