Shades of Grey Nurse #D3D9C5
Tints of Grey Nurse #D3D9C5
RGB
CMYK
RGB Variations
Color information
#D3D9C5 (or 0xD3D9C5) is known color: Grey Nurse. HEX triplet: D3, D9 and C5. RGB value is (211,217,197). Sum of RGB (Red+Green+Blue) = 211+217+197=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D9C5 is #2C263A. Grayscale: #D5D5D5. Windows color (decimal): -2893371 or 12966355. OLE color: 12966355.
HSL color Cylindrical-coordinate representation of color #D3D9C5: hue angle of 78º degrees, saturation: 0.21, 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 #D3D9C5 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 217 | 197 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.15 |
| HSL | 78º | 0.21% | 0.81% | - |
| HSV(B) | 78º | 0.09% | 0.85% | - |
| XYZ | 61.75 | 67.51 | 62.6 | - |
| YUV | 212.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 217 | 197 | 0.03 | 0 | 0.09 | 0.15 | 78 | 0.21 | 0.81 |
| Hex | D3 | D9 | C5 | 3 | 0 | 9 | F | 4E | 15 | 51 |
| Octal | 323 | 331 | 305 | 3 | 0 | 11 | 17 | 116 | 25 | 121 |
| Binary | 11010011 | 11011001 | 11000101 | 11 | 0 | 1001 | 1111 | 1001110 | 10101 | 1010001 |
Color Harmonies of #D3D9C5
Complementary color
Monochromatic Colors of #D3D9C5
Black with #D3D9C5
Text Example
Text Example
White with #D3D9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D9C5; }
p { color: rgb(211,217,197); }
H1.HeaderClassName
{
color: #D3D9C5;
}
.AnyTagClassName
{
color: #D3D9C5;
}
</style>
background-color css
<style>
a { background-color: #D3D9C5; }
a { background-color: rgb(211,217,197); }
div.DivClassName
{
background-color: #D3D9C5;
}
.BgClassName
{
background-color: #D3D9C5;
}
</style>
border-color css
<style>
span { border-color: #D3D9C5; }
span { border-color: rgb(211,217,197); }
td.TdClassName
{
border-color: #D3D9C5;
}
.TagClassName
{
border-color: #D3D9C5;
}
</style>