Shades of Grey Nurse #D4D5CD
Tints of Grey Nurse #D4D5CD
RGB
CMYK
RGB Variations
Color information
#D4D5CD (or 0xD4D5CD) is known color: Grey Nurse. HEX triplet: D4, D5 and CD. RGB value is (212,213,205). Sum of RGB (Red+Green+Blue) = 212+213+205=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D5CD is #2B2A32. Grayscale: #D3D3D3. Windows color (decimal): -2828851 or 13489620. OLE color: 13489620.
HSL color Cylindrical-coordinate representation of color #D4D5CD: hue angle of 67.5º degrees, saturation: 0.09, 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 #D4D5CD is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 212 | 213 | 205 | - |
CMYK | 0.00 | 0 | 0.04 | 0.16 |
HSL | 67.5º | 0.09% | 0.82% | - |
HSV(B) | 67.5º | 0.04% | 0.84% | - |
XYZ | 61.97 | 65.99 | 67.23 | - |
YUV | 211.79 | 124.17 | 128.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 213 | 205 | 0.00 | 0 | 0.04 | 0.16 | 67.5 | 0.09 | 0.82 |
Hex | D4 | D5 | CD | 0 | 0 | 4 | 10 | 44 | 9 | 52 |
Octal | 324 | 325 | 315 | 0 | 0 | 4 | 20 | 104 | 11 | 122 |
Binary | 11010100 | 11010101 | 11001101 | 0 | 0 | 100 | 10000 | 1000100 | 1001 | 1010010 |
Color Harmonies of #D4D5CD
Complementary color
Monochromatic Colors of #D4D5CD
Black with #D4D5CD
Text Example
Text Example
White with #D4D5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D5CD; }
p { color: rgb(212,213,205); }
H1.HeaderClassName
{
color: #D4D5CD;
}
.AnyTagClassName
{
color: #D4D5CD;
}
</style>
background-color css
<style>
a { background-color: #D4D5CD; }
a { background-color: rgb(212,213,205); }
div.DivClassName
{
background-color: #D4D5CD;
}
.BgClassName
{
background-color: #D4D5CD;
}
</style>
border-color css
<style>
span { border-color: #D4D5CD; }
span { border-color: rgb(212,213,205); }
td.TdClassName
{
border-color: #D4D5CD;
}
.TagClassName
{
border-color: #D4D5CD;
}
</style>