Shades of Grey Nurse #D0D5C6
Tints of Grey Nurse #D0D5C6
RGB
CMYK
RGB Variations
Color information
#D0D5C6 (or 0xD0D5C6) is known color: Grey Nurse. HEX triplet: D0, D5 and C6. RGB value is (208,213,198). Sum of RGB (Red+Green+Blue) = 208+213+198=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D5C6 is #2F2A39. Grayscale: #D1D1D1. Windows color (decimal): -3091002 or 13030864. OLE color: 13030864.
HSL color Cylindrical-coordinate representation of color #D0D5C6: hue angle of 80º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0D5C6 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 213 | 198 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.16 |
| HSL | 80º | 0.15% | 0.81% | - |
| HSV(B) | 80º | 0.07% | 0.84% | - |
| XYZ | 60 | 65.08 | 62.82 | - |
| YUV | 209.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 213 | 198 | 0.02 | 0 | 0.07 | 0.16 | 80 | 0.15 | 0.81 |
| Hex | D0 | D5 | C6 | 2 | 0 | 7 | 10 | 50 | F | 51 |
| Octal | 320 | 325 | 306 | 2 | 0 | 7 | 20 | 120 | 17 | 121 |
| Binary | 11010000 | 11010101 | 11000110 | 10 | 0 | 111 | 10000 | 1010000 | 1111 | 1010001 |
Color Harmonies of #D0D5C6
Complementary color
Monochromatic Colors of #D0D5C6
Black with #D0D5C6
Text Example
Text Example
White with #D0D5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D5C6; }
p { color: rgb(208,213,198); }
H1.HeaderClassName
{
color: #D0D5C6;
}
.AnyTagClassName
{
color: #D0D5C6;
}
</style>
background-color css
<style>
a { background-color: #D0D5C6; }
a { background-color: rgb(208,213,198); }
div.DivClassName
{
background-color: #D0D5C6;
}
.BgClassName
{
background-color: #D0D5C6;
}
</style>
border-color css
<style>
span { border-color: #D0D5C6; }
span { border-color: rgb(208,213,198); }
td.TdClassName
{
border-color: #D0D5C6;
}
.TagClassName
{
border-color: #D0D5C6;
}
</style>