Shades of Grey Nurse #D0D7C4
Tints of Grey Nurse #D0D7C4
RGB
CMYK
RGB Variations
Color information
#D0D7C4 (or 0xD0D7C4) is known color: Grey Nurse. HEX triplet: D0, D7 and C4. RGB value is (208,215,196). Sum of RGB (Red+Green+Blue) = 208+215+196=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D7C4 is #2F283B. Grayscale: #D2D2D2. Windows color (decimal): -3090492 or 12900304. OLE color: 12900304.
HSL color Cylindrical-coordinate representation of color #D0D7C4: hue angle of 82.11º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0D7C4 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 215 | 196 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.16 |
| HSL | 82.11º | 0.19% | 0.81% | - |
| HSV(B) | 82.11º | 0.09% | 0.84% | - |
| XYZ | 60.28 | 66 | 61.79 | - |
| YUV | 210.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 215 | 196 | 0.03 | 0 | 0.09 | 0.16 | 82.11 | 0.19 | 0.81 |
| Hex | D0 | D7 | C4 | 3 | 0 | 9 | 10 | 52 | 13 | 51 |
| Octal | 320 | 327 | 304 | 3 | 0 | 11 | 20 | 122 | 23 | 121 |
| Binary | 11010000 | 11010111 | 11000100 | 11 | 0 | 1001 | 10000 | 1010010 | 10011 | 1010001 |
Color Harmonies of #D0D7C4
Complementary color
Monochromatic Colors of #D0D7C4
Black with #D0D7C4
Text Example
Text Example
White with #D0D7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D7C4; }
p { color: rgb(208,215,196); }
H1.HeaderClassName
{
color: #D0D7C4;
}
.AnyTagClassName
{
color: #D0D7C4;
}
</style>
background-color css
<style>
a { background-color: #D0D7C4; }
a { background-color: rgb(208,215,196); }
div.DivClassName
{
background-color: #D0D7C4;
}
.BgClassName
{
background-color: #D0D7C4;
}
</style>
border-color css
<style>
span { border-color: #D0D7C4; }
span { border-color: rgb(208,215,196); }
td.TdClassName
{
border-color: #D0D7C4;
}
.TagClassName
{
border-color: #D0D7C4;
}
</style>