Shades of Grey Nurse #D4D8C5
Tints of Grey Nurse #D4D8C5
RGB
CMYK
RGB Variations
Color information
#D4D8C5 (or 0xD4D8C5) is known color: Grey Nurse. HEX triplet: D4, D8 and C5. RGB value is (212,216,197). Sum of RGB (Red+Green+Blue) = 212+216+197=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D8C5 is #2B273A. Grayscale: #D4D4D4. Windows color (decimal): -2828091 or 12966100. OLE color: 12966100.
HSL color Cylindrical-coordinate representation of color #D4D8C5: hue angle of 72.63º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4D8C5 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 216 | 197 | - |
CMYK | 0.02 | 0 | 0.09 | 0.15 |
HSL | 72.63º | 0.2% | 0.81% | - |
HSV(B) | 72.63º | 0.09% | 0.85% | - |
XYZ | 61.79 | 67.14 | 62.53 | - |
YUV | 212.64 | 119.17 | 127.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 216 | 197 | 0.02 | 0 | 0.09 | 0.15 | 72.63 | 0.2 | 0.81 |
Hex | D4 | D8 | C5 | 2 | 0 | 9 | F | 49 | 14 | 51 |
Octal | 324 | 330 | 305 | 2 | 0 | 11 | 17 | 111 | 24 | 121 |
Binary | 11010100 | 11011000 | 11000101 | 10 | 0 | 1001 | 1111 | 1001001 | 10100 | 1010001 |
Color Harmonies of #D4D8C5
Complementary color
Monochromatic Colors of #D4D8C5
Black with #D4D8C5
Text Example
Text Example
White with #D4D8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D8C5; }
p { color: rgb(212,216,197); }
H1.HeaderClassName
{
color: #D4D8C5;
}
.AnyTagClassName
{
color: #D4D8C5;
}
</style>
background-color css
<style>
a { background-color: #D4D8C5; }
a { background-color: rgb(212,216,197); }
div.DivClassName
{
background-color: #D4D8C5;
}
.BgClassName
{
background-color: #D4D8C5;
}
</style>
border-color css
<style>
span { border-color: #D4D8C5; }
span { border-color: rgb(212,216,197); }
td.TdClassName
{
border-color: #D4D8C5;
}
.TagClassName
{
border-color: #D4D8C5;
}
</style>