Shades of Grey Nurse #D4D6CD
Tints of Grey Nurse #D4D6CD
RGB
CMYK
RGB Variations
Color information
#D4D6CD (or 0xD4D6CD) is known color: Grey Nurse. HEX triplet: D4, D6 and CD. RGB value is (212,214,205). Sum of RGB (Red+Green+Blue) = 212+214+205=631 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.60% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D6CD is #2B2932. Grayscale: #D4D4D4. Windows color (decimal): -2828595 or 13489876. OLE color: 13489876.
HSL color Cylindrical-coordinate representation of color #D4D6CD: 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 #D4D6CD is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 212 | 214 | 205 | - |
CMYK | 0.01 | 0 | 0.04 | 0.16 |
HSL | 73.33º | 0.1% | 0.82% | - |
HSV(B) | 73.33º | 0.04% | 0.84% | - |
XYZ | 62.22 | 66.5 | 67.31 | - |
YUV | 212.38 | 123.84 | 127.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 214 | 205 | 0.01 | 0 | 0.04 | 0.16 | 73.33 | 0.1 | 0.82 |
Hex | D4 | D6 | CD | 1 | 0 | 4 | 10 | 49 | A | 52 |
Octal | 324 | 326 | 315 | 1 | 0 | 4 | 20 | 111 | 12 | 122 |
Binary | 11010100 | 11010110 | 11001101 | 1 | 0 | 100 | 10000 | 1001001 | 1010 | 1010010 |
Color Harmonies of #D4D6CD
Complementary color
Monochromatic Colors of #D4D6CD
Black with #D4D6CD
Text Example
Text Example
White with #D4D6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D6CD; }
p { color: rgb(212,214,205); }
H1.HeaderClassName
{
color: #D4D6CD;
}
.AnyTagClassName
{
color: #D4D6CD;
}
</style>
background-color css
<style>
a { background-color: #D4D6CD; }
a { background-color: rgb(212,214,205); }
div.DivClassName
{
background-color: #D4D6CD;
}
.BgClassName
{
background-color: #D4D6CD;
}
</style>
border-color css
<style>
span { border-color: #D4D6CD; }
span { border-color: rgb(212,214,205); }
td.TdClassName
{
border-color: #D4D6CD;
}
.TagClassName
{
border-color: #D4D6CD;
}
</style>