Shades of Grey Nurse #D3D5CC
Tints of Grey Nurse #D3D5CC
RGB
CMYK
RGB Variations
Color information
#D3D5CC (or 0xD3D5CC) is known color: Grey Nurse. HEX triplet: D3, D5 and CC. RGB value is (211,213,204). Sum of RGB (Red+Green+Blue) = 211+213+204=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D5CC is #2C2A33. Grayscale: #D3D3D3. Windows color (decimal): -2894388 or 13424083. OLE color: 13424083.
HSL color Cylindrical-coordinate representation of color #D3D5CC: hue angle of 73.33º degrees, saturation: 0.1, 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 #D3D5CC is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 213 | 204 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.16 |
| HSL | 73.33º | 0.1% | 0.82% | - |
| HSV(B) | 73.33º | 0.04% | 0.84% | - |
| XYZ | 61.56 | 65.8 | 66.58 | - |
| YUV | 211.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 213 | 204 | 0.01 | 0 | 0.04 | 0.16 | 73.33 | 0.1 | 0.82 |
| Hex | D3 | D5 | CC | 1 | 0 | 4 | 10 | 49 | A | 52 |
| Octal | 323 | 325 | 314 | 1 | 0 | 4 | 20 | 111 | 12 | 122 |
| Binary | 11010011 | 11010101 | 11001100 | 1 | 0 | 100 | 10000 | 1001001 | 1010 | 1010010 |
Color Harmonies of #D3D5CC
Complementary color
Monochromatic Colors of #D3D5CC
Black with #D3D5CC
Text Example
Text Example
White with #D3D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D5CC; }
p { color: rgb(211,213,204); }
H1.HeaderClassName
{
color: #D3D5CC;
}
.AnyTagClassName
{
color: #D3D5CC;
}
</style>
background-color css
<style>
a { background-color: #D3D5CC; }
a { background-color: rgb(211,213,204); }
div.DivClassName
{
background-color: #D3D5CC;
}
.BgClassName
{
background-color: #D3D5CC;
}
</style>
border-color css
<style>
span { border-color: #D3D5CC; }
span { border-color: rgb(211,213,204); }
td.TdClassName
{
border-color: #D3D5CC;
}
.TagClassName
{
border-color: #D3D5CC;
}
</style>