Shades of Grey Nurse #D2D3CC
Tints of Grey Nurse #D2D3CC
RGB
CMYK
RGB Variations
Color information
#D2D3CC (or 0xD2D3CC) is known color: Grey Nurse. HEX triplet: D2, D3 and CC. RGB value is (210,211,204). Sum of RGB (Red+Green+Blue) = 210+211+204=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D3CC is #2D2C33. Grayscale: #D1D1D1. Windows color (decimal): -2960436 or 13423570. OLE color: 13423570.
HSL color Cylindrical-coordinate representation of color #D2D3CC: hue angle of 68.57º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D2D3CC is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 211 | 204 | - |
| CMYK | 0.00 | 0 | 0.03 | 0.17 |
| HSL | 68.57º | 0.07% | 0.81% | - |
| HSV(B) | 68.57º | 0.03% | 0.83% | - |
| XYZ | 60.77 | 64.65 | 66.4 | - |
| YUV | 209.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 211 | 204 | 0.00 | 0 | 0.03 | 0.17 | 68.57 | 0.07 | 0.81 |
| Hex | D2 | D3 | CC | 0 | 0 | 3 | 11 | 45 | 7 | 51 |
| Octal | 322 | 323 | 314 | 0 | 0 | 3 | 21 | 105 | 7 | 121 |
| Binary | 11010010 | 11010011 | 11001100 | 0 | 0 | 11 | 10001 | 1000101 | 111 | 1010001 |
Color Harmonies of #D2D3CC
Complementary color
Monochromatic Colors of #D2D3CC
Black with #D2D3CC
Text Example
Text Example
White with #D2D3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D3CC; }
p { color: rgb(210,211,204); }
H1.HeaderClassName
{
color: #D2D3CC;
}
.AnyTagClassName
{
color: #D2D3CC;
}
</style>
background-color css
<style>
a { background-color: #D2D3CC; }
a { background-color: rgb(210,211,204); }
div.DivClassName
{
background-color: #D2D3CC;
}
.BgClassName
{
background-color: #D2D3CC;
}
</style>
border-color css
<style>
span { border-color: #D2D3CC; }
span { border-color: rgb(210,211,204); }
td.TdClassName
{
border-color: #D2D3CC;
}
.TagClassName
{
border-color: #D2D3CC;
}
</style>