Shades of Grey Nurse #D5D8CE
Tints of Grey Nurse #D5D8CE
RGB
CMYK
RGB Variations
Color information
#D5D8CE (or 0xD5D8CE) is known color: Grey Nurse. HEX triplet: D5, D8 and CE. RGB value is (213,216,206). Sum of RGB (Red+Green+Blue) = 213+216+206=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D8CE is #2A2731. Grayscale: #D6D6D6. Windows color (decimal): -2762546 or 13555925. OLE color: 13555925.
HSL color Cylindrical-coordinate representation of color #D5D8CE: hue angle of 78º degrees, saturation: 0.11, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5D8CE is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 216 | 206 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.15 |
| HSL | 78º | 0.11% | 0.83% | - |
| HSV(B) | 78º | 0.05% | 0.85% | - |
| XYZ | 63.14 | 67.71 | 68.13 | - |
| YUV | 213.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 206 | 0.01 | 0 | 0.05 | 0.15 | 78 | 0.11 | 0.83 |
| Hex | D5 | D8 | CE | 1 | 0 | 5 | F | 4E | B | 53 |
| Octal | 325 | 330 | 316 | 1 | 0 | 5 | 17 | 116 | 13 | 123 |
| Binary | 11010101 | 11011000 | 11001110 | 1 | 0 | 101 | 1111 | 1001110 | 1011 | 1010011 |
Color Harmonies of #D5D8CE
Complementary color
Monochromatic Colors of #D5D8CE
Black with #D5D8CE
Text Example
Text Example
White with #D5D8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D8CE; }
p { color: rgb(213,216,206); }
H1.HeaderClassName
{
color: #D5D8CE;
}
.AnyTagClassName
{
color: #D5D8CE;
}
</style>
background-color css
<style>
a { background-color: #D5D8CE; }
a { background-color: rgb(213,216,206); }
div.DivClassName
{
background-color: #D5D8CE;
}
.BgClassName
{
background-color: #D5D8CE;
}
</style>
border-color css
<style>
span { border-color: #D5D8CE; }
span { border-color: rgb(213,216,206); }
td.TdClassName
{
border-color: #D5D8CE;
}
.TagClassName
{
border-color: #D5D8CE;
}
</style>