Shades of Grey Nurse #D2D5CC
Tints of Grey Nurse #D2D5CC
RGB
CMYK
RGB Variations
Color information
#D2D5CC (or 0xD2D5CC) is known color: Grey Nurse. HEX triplet: D2, D5 and CC. RGB value is (210,213,204). Sum of RGB (Red+Green+Blue) = 210+213+204=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D5CC is #2D2A33. Grayscale: #D3D3D3. Windows color (decimal): -2959924 or 13424082. OLE color: 13424082.
HSL color Cylindrical-coordinate representation of color #D2D5CC: hue angle of 80º 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 #D2D5CC is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 204 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.16 |
| HSL | 80º | 0.1% | 0.82% | - |
| HSV(B) | 80º | 0.04% | 0.84% | - |
| XYZ | 61.27 | 65.65 | 66.57 | - |
| YUV | 211.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 204 | 0.01 | 0 | 0.04 | 0.16 | 80 | 0.1 | 0.82 |
| Hex | D2 | D5 | CC | 1 | 0 | 4 | 10 | 50 | A | 52 |
| Octal | 322 | 325 | 314 | 1 | 0 | 4 | 20 | 120 | 12 | 122 |
| Binary | 11010010 | 11010101 | 11001100 | 1 | 0 | 100 | 10000 | 1010000 | 1010 | 1010010 |
Color Harmonies of #D2D5CC
Complementary color
Monochromatic Colors of #D2D5CC
Black with #D2D5CC
Text Example
Text Example
White with #D2D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D5CC; }
p { color: rgb(210,213,204); }
H1.HeaderClassName
{
color: #D2D5CC;
}
.AnyTagClassName
{
color: #D2D5CC;
}
</style>
background-color css
<style>
a { background-color: #D2D5CC; }
a { background-color: rgb(210,213,204); }
div.DivClassName
{
background-color: #D2D5CC;
}
.BgClassName
{
background-color: #D2D5CC;
}
</style>
border-color css
<style>
span { border-color: #D2D5CC; }
span { border-color: rgb(210,213,204); }
td.TdClassName
{
border-color: #D2D5CC;
}
.TagClassName
{
border-color: #D2D5CC;
}
</style>