Shades of Grey Nurse #D1D8C4
Tints of Grey Nurse #D1D8C4
RGB
CMYK
RGB Variations
Color information
#D1D8C4 (or 0xD1D8C4) is known color: Grey Nurse. HEX triplet: D1, D8 and C4. RGB value is (209,216,196). Sum of RGB (Red+Green+Blue) = 209+216+196=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D8C4 is #2E273B. Grayscale: #D3D3D3. Windows color (decimal): -3024700 or 12900561. OLE color: 12900561.
HSL color Cylindrical-coordinate representation of color #D1D8C4: hue angle of 81º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1D8C4 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 196 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.15 |
| HSL | 81º | 0.2% | 0.81% | - |
| HSV(B) | 81º | 0.09% | 0.85% | - |
| XYZ | 60.81 | 66.65 | 61.88 | - |
| YUV | 211.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 196 | 0.03 | 0 | 0.09 | 0.15 | 81 | 0.2 | 0.81 |
| Hex | D1 | D8 | C4 | 3 | 0 | 9 | F | 51 | 14 | 51 |
| Octal | 321 | 330 | 304 | 3 | 0 | 11 | 17 | 121 | 24 | 121 |
| Binary | 11010001 | 11011000 | 11000100 | 11 | 0 | 1001 | 1111 | 1010001 | 10100 | 1010001 |
Color Harmonies of #D1D8C4
Complementary color
Monochromatic Colors of #D1D8C4
Black with #D1D8C4
Text Example
Text Example
White with #D1D8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D8C4; }
p { color: rgb(209,216,196); }
H1.HeaderClassName
{
color: #D1D8C4;
}
.AnyTagClassName
{
color: #D1D8C4;
}
</style>
background-color css
<style>
a { background-color: #D1D8C4; }
a { background-color: rgb(209,216,196); }
div.DivClassName
{
background-color: #D1D8C4;
}
.BgClassName
{
background-color: #D1D8C4;
}
</style>
border-color css
<style>
span { border-color: #D1D8C4; }
span { border-color: rgb(209,216,196); }
td.TdClassName
{
border-color: #D1D8C4;
}
.TagClassName
{
border-color: #D1D8C4;
}
</style>