Shades of Grey Nurse #D2D5CA
Tints of Grey Nurse #D2D5CA
RGB
CMYK
RGB Variations
Color information
#D2D5CA (or 0xD2D5CA) is known color: Grey Nurse. HEX triplet: D2, D5 and CA. RGB value is (210,213,202). Sum of RGB (Red+Green+Blue) = 210+213+202=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D5CA is #2D2A35. Grayscale: #D2D2D2. Windows color (decimal): -2959926 or 13293010. OLE color: 13293010.
HSL color Cylindrical-coordinate representation of color #D2D5CA: hue angle of 76.36º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D2D5CA is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 210 | 213 | 202 | - |
CMYK | 0.01 | 0 | 0.05 | 0.16 |
HSL | 76.36º | 0.12% | 0.81% | - |
HSV(B) | 76.36º | 0.05% | 0.84% | - |
XYZ | 61.03 | 65.55 | 65.31 | - |
YUV | 210.85 | 123.01 | 127.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 213 | 202 | 0.01 | 0 | 0.05 | 0.16 | 76.36 | 0.12 | 0.81 |
Hex | D2 | D5 | CA | 1 | 0 | 5 | 10 | 4C | C | 51 |
Octal | 322 | 325 | 312 | 1 | 0 | 5 | 20 | 114 | 14 | 121 |
Binary | 11010010 | 11010101 | 11001010 | 1 | 0 | 101 | 10000 | 1001100 | 1100 | 1010001 |
Color Harmonies of #D2D5CA
Complementary color
Monochromatic Colors of #D2D5CA
Black with #D2D5CA
Text Example
Text Example
White with #D2D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D5CA; }
p { color: rgb(210,213,202); }
H1.HeaderClassName
{
color: #D2D5CA;
}
.AnyTagClassName
{
color: #D2D5CA;
}
</style>
background-color css
<style>
a { background-color: #D2D5CA; }
a { background-color: rgb(210,213,202); }
div.DivClassName
{
background-color: #D2D5CA;
}
.BgClassName
{
background-color: #D2D5CA;
}
</style>
border-color css
<style>
span { border-color: #D2D5CA; }
span { border-color: rgb(210,213,202); }
td.TdClassName
{
border-color: #D2D5CA;
}
.TagClassName
{
border-color: #D2D5CA;
}
</style>