Shades of Grey Nurse #D5D6CE
Tints of Grey Nurse #D5D6CE
RGB
CMYK
RGB Variations
Color information
#D5D6CE (or 0xD5D6CE) is known color: Grey Nurse. HEX triplet: D5, D6 and CE. RGB value is (213,214,206). Sum of RGB (Red+Green+Blue) = 213+214+206=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D6CE is #2A2931. Grayscale: #D4D4D4. Windows color (decimal): -2763058 or 13555413. OLE color: 13555413.
HSL color Cylindrical-coordinate representation of color #D5D6CE: hue angle of 67.5º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5D6CE is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 206 | - |
| CMYK | 0.00 | 0 | 0.04 | 0.16 |
| HSL | 67.5º | 0.09% | 0.82% | - |
| HSV(B) | 67.5º | 0.04% | 0.84% | - |
| XYZ | 62.63 | 66.7 | 67.97 | - |
| YUV | 212.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 206 | 0.00 | 0 | 0.04 | 0.16 | 67.5 | 0.09 | 0.82 |
| Hex | D5 | D6 | CE | 0 | 0 | 4 | 10 | 44 | 9 | 52 |
| Octal | 325 | 326 | 316 | 0 | 0 | 4 | 20 | 104 | 11 | 122 |
| Binary | 11010101 | 11010110 | 11001110 | 0 | 0 | 100 | 10000 | 1000100 | 1001 | 1010010 |
Color Harmonies of #D5D6CE
Complementary color
Monochromatic Colors of #D5D6CE
Black with #D5D6CE
Text Example
Text Example
White with #D5D6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D6CE; }
p { color: rgb(213,214,206); }
H1.HeaderClassName
{
color: #D5D6CE;
}
.AnyTagClassName
{
color: #D5D6CE;
}
</style>
background-color css
<style>
a { background-color: #D5D6CE; }
a { background-color: rgb(213,214,206); }
div.DivClassName
{
background-color: #D5D6CE;
}
.BgClassName
{
background-color: #D5D6CE;
}
</style>
border-color css
<style>
span { border-color: #D5D6CE; }
span { border-color: rgb(213,214,206); }
td.TdClassName
{
border-color: #D5D6CE;
}
.TagClassName
{
border-color: #D5D6CE;
}
</style>