Shades of Grey Nurse #D0D7C1
Tints of Grey Nurse #D0D7C1
RGB
CMYK
RGB Variations
Color information
#D0D7C1 (or 0xD0D7C1) is known color: Grey Nurse. HEX triplet: D0, D7 and C1. RGB value is (208,215,193). Sum of RGB (Red+Green+Blue) = 208+215+193=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D7C1 is #2F283E. Grayscale: #D2D2D2. Windows color (decimal): -3090495 or 12703696. OLE color: 12703696.
HSL color Cylindrical-coordinate representation of color #D0D7C1: hue angle of 79.09º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0D7C1 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 215 | 193 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.16 |
| HSL | 79.09º | 0.22% | 0.8% | - |
| HSV(B) | 79.09º | 0.1% | 0.84% | - |
| XYZ | 59.94 | 65.86 | 60.01 | - |
| YUV | 210.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 215 | 193 | 0.03 | 0 | 0.10 | 0.16 | 79.09 | 0.22 | 0.8 |
| Hex | D0 | D7 | C1 | 3 | 0 | A | 10 | 4F | 16 | 50 |
| Octal | 320 | 327 | 301 | 3 | 0 | 12 | 20 | 117 | 26 | 120 |
| Binary | 11010000 | 11010111 | 11000001 | 11 | 0 | 1010 | 10000 | 1001111 | 10110 | 1010000 |
Color Harmonies of #D0D7C1
Complementary color
Monochromatic Colors of #D0D7C1
Black with #D0D7C1
Text Example
Text Example
White with #D0D7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D7C1; }
p { color: rgb(208,215,193); }
H1.HeaderClassName
{
color: #D0D7C1;
}
.AnyTagClassName
{
color: #D0D7C1;
}
</style>
background-color css
<style>
a { background-color: #D0D7C1; }
a { background-color: rgb(208,215,193); }
div.DivClassName
{
background-color: #D0D7C1;
}
.BgClassName
{
background-color: #D0D7C1;
}
</style>
border-color css
<style>
span { border-color: #D0D7C1; }
span { border-color: rgb(208,215,193); }
td.TdClassName
{
border-color: #D0D7C1;
}
.TagClassName
{
border-color: #D0D7C1;
}
</style>