Shades of Grey Nurse #D4D7CD
Tints of Grey Nurse #D4D7CD
RGB
CMYK
RGB Variations
Color information
#D4D7CD (or 0xD4D7CD) is known color: Grey Nurse. HEX triplet: D4, D7 and CD. RGB value is (212,215,205). Sum of RGB (Red+Green+Blue) = 212+215+205=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 215 (84.38% from 255 or 34.02% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D7CD is #2B2832. Grayscale: #D5D5D5. Windows color (decimal): -2828339 or 13490132. OLE color: 13490132.
HSL color Cylindrical-coordinate representation of color #D4D7CD: hue angle of 78º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D4D7CD is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 212 | 215 | 205 | - |
CMYK | 0.01 | 0 | 0.05 | 0.16 |
HSL | 78º | 0.11% | 0.82% | - |
HSV(B) | 78º | 0.05% | 0.84% | - |
XYZ | 62.47 | 67.01 | 67.4 | - |
YUV | 212.96 | 123.51 | 127.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 215 | 205 | 0.01 | 0 | 0.05 | 0.16 | 78 | 0.11 | 0.82 |
Hex | D4 | D7 | CD | 1 | 0 | 5 | 10 | 4E | B | 52 |
Octal | 324 | 327 | 315 | 1 | 0 | 5 | 20 | 116 | 13 | 122 |
Binary | 11010100 | 11010111 | 11001101 | 1 | 0 | 101 | 10000 | 1001110 | 1011 | 1010010 |
Color Harmonies of #D4D7CD
Complementary color
Monochromatic Colors of #D4D7CD
Black with #D4D7CD
Text Example
Text Example
White with #D4D7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D7CD; }
p { color: rgb(212,215,205); }
H1.HeaderClassName
{
color: #D4D7CD;
}
.AnyTagClassName
{
color: #D4D7CD;
}
</style>
background-color css
<style>
a { background-color: #D4D7CD; }
a { background-color: rgb(212,215,205); }
div.DivClassName
{
background-color: #D4D7CD;
}
.BgClassName
{
background-color: #D4D7CD;
}
</style>
border-color css
<style>
span { border-color: #D4D7CD; }
span { border-color: rgb(212,215,205); }
td.TdClassName
{
border-color: #D4D7CD;
}
.TagClassName
{
border-color: #D4D7CD;
}
</style>