Shades of Grey Nurse #D3D8C5
Tints of Grey Nurse #D3D8C5
RGB
CMYK
RGB Variations
Color information
#D3D8C5 (or 0xD3D8C5) is known color: Grey Nurse. HEX triplet: D3, D8 and C5. RGB value is (211,216,197). Sum of RGB (Red+Green+Blue) = 211+216+197=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D8C5 is #2C273A. Grayscale: #D4D4D4. Windows color (decimal): -2893627 or 12966099. OLE color: 12966099.
HSL color Cylindrical-coordinate representation of color #D3D8C5: hue angle of 75.79º 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 #D3D8C5 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 216 | 197 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.15 |
| HSL | 75.79º | 0.2% | 0.81% | - |
| HSV(B) | 75.79º | 0.09% | 0.85% | - |
| XYZ | 61.5 | 66.99 | 62.51 | - |
| YUV | 212.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 216 | 197 | 0.02 | 0 | 0.09 | 0.15 | 75.79 | 0.2 | 0.81 |
| Hex | D3 | D8 | C5 | 2 | 0 | 9 | F | 4C | 14 | 51 |
| Octal | 323 | 330 | 305 | 2 | 0 | 11 | 17 | 114 | 24 | 121 |
| Binary | 11010011 | 11011000 | 11000101 | 10 | 0 | 1001 | 1111 | 1001100 | 10100 | 1010001 |
Color Harmonies of #D3D8C5
Complementary color
Monochromatic Colors of #D3D8C5
Black with #D3D8C5
Text Example
Text Example
White with #D3D8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D8C5; }
p { color: rgb(211,216,197); }
H1.HeaderClassName
{
color: #D3D8C5;
}
.AnyTagClassName
{
color: #D3D8C5;
}
</style>
background-color css
<style>
a { background-color: #D3D8C5; }
a { background-color: rgb(211,216,197); }
div.DivClassName
{
background-color: #D3D8C5;
}
.BgClassName
{
background-color: #D3D8C5;
}
</style>
border-color css
<style>
span { border-color: #D3D8C5; }
span { border-color: rgb(211,216,197); }
td.TdClassName
{
border-color: #D3D8C5;
}
.TagClassName
{
border-color: #D3D8C5;
}
</style>