Shades of Grey Nurse #D5D7CD
Tints of Grey Nurse #D5D7CD
RGB
CMYK
RGB Variations
Color information
#D5D7CD (or 0xD5D7CD) is known color: Grey Nurse. HEX triplet: D5, D7 and CD. RGB value is (213,215,205). Sum of RGB (Red+Green+Blue) = 213+215+205=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 215 (84.38% from 255 or 33.97% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D7CD is #2A2832. Grayscale: #D5D5D5. Windows color (decimal): -2762803 or 13490133. OLE color: 13490133.
HSL color Cylindrical-coordinate representation of color #D5D7CD: hue angle of 72º 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 #D5D7CD is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 215 | 205 | - |
CMYK | 0.01 | 0 | 0.05 | 0.16 |
HSL | 72º | 0.11% | 0.82% | - |
HSV(B) | 72º | 0.05% | 0.84% | - |
XYZ | 62.76 | 67.15 | 67.41 | - |
YUV | 213.26 | 123.34 | 127.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 215 | 205 | 0.01 | 0 | 0.05 | 0.16 | 72 | 0.11 | 0.82 |
Hex | D5 | D7 | CD | 1 | 0 | 5 | 10 | 48 | B | 52 |
Octal | 325 | 327 | 315 | 1 | 0 | 5 | 20 | 110 | 13 | 122 |
Binary | 11010101 | 11010111 | 11001101 | 1 | 0 | 101 | 10000 | 1001000 | 1011 | 1010010 |
Color Harmonies of #D5D7CD
Complementary color
Monochromatic Colors of #D5D7CD
Black with #D5D7CD
Text Example
Text Example
White with #D5D7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D7CD; }
p { color: rgb(213,215,205); }
H1.HeaderClassName
{
color: #D5D7CD;
}
.AnyTagClassName
{
color: #D5D7CD;
}
</style>
background-color css
<style>
a { background-color: #D5D7CD; }
a { background-color: rgb(213,215,205); }
div.DivClassName
{
background-color: #D5D7CD;
}
.BgClassName
{
background-color: #D5D7CD;
}
</style>
border-color css
<style>
span { border-color: #D5D7CD; }
span { border-color: rgb(213,215,205); }
td.TdClassName
{
border-color: #D5D7CD;
}
.TagClassName
{
border-color: #D5D7CD;
}
</style>