Shades of Grey Nurse #D0D7C3
Tints of Grey Nurse #D0D7C3
RGB
CMYK
RGB Variations
Color information
#D0D7C3 (or 0xD0D7C3) is known color: Grey Nurse. HEX triplet: D0, D7 and C3. RGB value is (208,215,195). Sum of RGB (Red+Green+Blue) = 208+215+195=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 215 (84.38% from 255 or 34.79% from 618); Blue value is 195 (76.56% from 255 or 31.55% from 618); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D7C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D7C3 is #2F283C. Grayscale: #D2D2D2. Windows color (decimal): -3090493 or 12834768. OLE color: 12834768.
HSL color Cylindrical-coordinate representation of color #D0D7C3: hue angle of 81º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0D7C3 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 215 | 195 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.16 |
| HSL | 81º | 0.2% | 0.8% | - |
| HSV(B) | 81º | 0.09% | 0.84% | - |
| XYZ | 60.16 | 65.95 | 61.19 | - |
| YUV | 210.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 215 | 195 | 0.03 | 0 | 0.09 | 0.16 | 81 | 0.2 | 0.8 |
| Hex | D0 | D7 | C3 | 3 | 0 | 9 | 10 | 51 | 14 | 50 |
| Octal | 320 | 327 | 303 | 3 | 0 | 11 | 20 | 121 | 24 | 120 |
| Binary | 11010000 | 11010111 | 11000011 | 11 | 0 | 1001 | 10000 | 1010001 | 10100 | 1010000 |
Color Harmonies of #D0D7C3
Complementary color
Monochromatic Colors of #D0D7C3
Black with #D0D7C3
Text Example
Text Example
White with #D0D7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D7C3; }
p { color: rgb(208,215,195); }
H1.HeaderClassName
{
color: #D0D7C3;
}
.AnyTagClassName
{
color: #D0D7C3;
}
</style>
background-color css
<style>
a { background-color: #D0D7C3; }
a { background-color: rgb(208,215,195); }
div.DivClassName
{
background-color: #D0D7C3;
}
.BgClassName
{
background-color: #D0D7C3;
}
</style>
border-color css
<style>
span { border-color: #D0D7C3; }
span { border-color: rgb(208,215,195); }
td.TdClassName
{
border-color: #D0D7C3;
}
.TagClassName
{
border-color: #D0D7C3;
}
</style>