Shades of Grey Nurse #D3D5CE
Tints of Grey Nurse #D3D5CE
RGB
CMYK
RGB Variations
Color information
#D3D5CE (or 0xD3D5CE) is known color: Grey Nurse. HEX triplet: D3, D5 and CE. RGB value is (211,213,206). Sum of RGB (Red+Green+Blue) = 211+213+206=630 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.49% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D5CE is #2C2A31. Grayscale: #D3D3D3. Windows color (decimal): -2894386 or 13555155. OLE color: 13555155.
HSL color Cylindrical-coordinate representation of color #D3D5CE: hue angle of 77.14º degrees, saturation: 0.08, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D3D5CE is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 213 | 206 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.16 |
| HSL | 77.14º | 0.08% | 0.82% | - |
| HSV(B) | 77.14º | 0.03% | 0.84% | - |
| XYZ | 61.8 | 65.89 | 67.85 | - |
| YUV | 211.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 213 | 206 | 0.01 | 0 | 0.03 | 0.16 | 77.14 | 0.08 | 0.82 |
| Hex | D3 | D5 | CE | 1 | 0 | 3 | 10 | 4D | 8 | 52 |
| Octal | 323 | 325 | 316 | 1 | 0 | 3 | 20 | 115 | 10 | 122 |
| Binary | 11010011 | 11010101 | 11001110 | 1 | 0 | 11 | 10000 | 1001101 | 1000 | 1010010 |
Color Harmonies of #D3D5CE
Complementary color
Monochromatic Colors of #D3D5CE
Black with #D3D5CE
Text Example
Text Example
White with #D3D5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D5CE; }
p { color: rgb(211,213,206); }
H1.HeaderClassName
{
color: #D3D5CE;
}
.AnyTagClassName
{
color: #D3D5CE;
}
</style>
background-color css
<style>
a { background-color: #D3D5CE; }
a { background-color: rgb(211,213,206); }
div.DivClassName
{
background-color: #D3D5CE;
}
.BgClassName
{
background-color: #D3D5CE;
}
</style>
border-color css
<style>
span { border-color: #D3D5CE; }
span { border-color: rgb(211,213,206); }
td.TdClassName
{
border-color: #D3D5CE;
}
.TagClassName
{
border-color: #D3D5CE;
}
</style>