Shades of Grey Nurse #D4D5CF
Tints of Grey Nurse #D4D5CF
RGB
CMYK
RGB Variations
Color information
#D4D5CF (or 0xD4D5CF) is known color: Grey Nurse. HEX triplet: D4, D5 and CF. RGB value is (212,213,207). Sum of RGB (Red+Green+Blue) = 212+213+207=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D5CF is #2B2A30. Grayscale: #D4D4D4. Windows color (decimal): -2828849 or 13620692. OLE color: 13620692.
HSL color Cylindrical-coordinate representation of color #D4D5CF: hue angle of 70º degrees, saturation: 0.07, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D4D5CF is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
RGB | 212 | 213 | 207 | - |
CMYK | 0.00 | 0 | 0.03 | 0.16 |
HSL | 70º | 0.07% | 0.82% | - |
HSV(B) | 70º | 0.03% | 0.84% | - |
XYZ | 62.21 | 66.09 | 68.51 | - |
YUV | 212.02 | 125.17 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 213 | 207 | 0.00 | 0 | 0.03 | 0.16 | 70 | 0.07 | 0.82 |
Hex | D4 | D5 | CF | 0 | 0 | 3 | 10 | 46 | 7 | 52 |
Octal | 324 | 325 | 317 | 0 | 0 | 3 | 20 | 106 | 7 | 122 |
Binary | 11010100 | 11010101 | 11001111 | 0 | 0 | 11 | 10000 | 1000110 | 111 | 1010010 |
Color Harmonies of #D4D5CF
Complementary color
Monochromatic Colors of #D4D5CF
Black with #D4D5CF
Text Example
Text Example
White with #D4D5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D5CF; }
p { color: rgb(212,213,207); }
H1.HeaderClassName
{
color: #D4D5CF;
}
.AnyTagClassName
{
color: #D4D5CF;
}
</style>
background-color css
<style>
a { background-color: #D4D5CF; }
a { background-color: rgb(212,213,207); }
div.DivClassName
{
background-color: #D4D5CF;
}
.BgClassName
{
background-color: #D4D5CF;
}
</style>
border-color css
<style>
span { border-color: #D4D5CF; }
span { border-color: rgb(212,213,207); }
td.TdClassName
{
border-color: #D4D5CF;
}
.TagClassName
{
border-color: #D4D5CF;
}
</style>