Shades of Grey Nurse #D3D5C8
Tints of Grey Nurse #D3D5C8
RGB
CMYK
RGB Variations
Color information
#D3D5C8 (or 0xD3D5C8) is known color: Grey Nurse. HEX triplet: D3, D5 and C8. RGB value is (211,213,200). Sum of RGB (Red+Green+Blue) = 211+213+200=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D5C8 is #2C2A37. Grayscale: #D2D2D2. Windows color (decimal): -2894392 or 13161939. OLE color: 13161939.
HSL color Cylindrical-coordinate representation of color #D3D5C8: hue angle of 69.23º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D3D5C8 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 213 | 200 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.16 |
| HSL | 69.23º | 0.13% | 0.81% | - |
| HSV(B) | 69.23º | 0.06% | 0.84% | - |
| XYZ | 61.08 | 65.61 | 64.09 | - |
| YUV | 210.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 213 | 200 | 0.01 | 0 | 0.06 | 0.16 | 69.23 | 0.13 | 0.81 |
| Hex | D3 | D5 | C8 | 1 | 0 | 6 | 10 | 45 | D | 51 |
| Octal | 323 | 325 | 310 | 1 | 0 | 6 | 20 | 105 | 15 | 121 |
| Binary | 11010011 | 11010101 | 11001000 | 1 | 0 | 110 | 10000 | 1000101 | 1101 | 1010001 |
Color Harmonies of #D3D5C8
Complementary color
Monochromatic Colors of #D3D5C8
Black with #D3D5C8
Text Example
Text Example
White with #D3D5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D5C8; }
p { color: rgb(211,213,200); }
H1.HeaderClassName
{
color: #D3D5C8;
}
.AnyTagClassName
{
color: #D3D5C8;
}
</style>
background-color css
<style>
a { background-color: #D3D5C8; }
a { background-color: rgb(211,213,200); }
div.DivClassName
{
background-color: #D3D5C8;
}
.BgClassName
{
background-color: #D3D5C8;
}
</style>
border-color css
<style>
span { border-color: #D3D5C8; }
span { border-color: rgb(211,213,200); }
td.TdClassName
{
border-color: #D3D5C8;
}
.TagClassName
{
border-color: #D3D5C8;
}
</style>