Shades of Grey Nurse #D0D6C4
Tints of Grey Nurse #D0D6C4
RGB
CMYK
RGB Variations
Color information
#D0D6C4 (or 0xD0D6C4) is known color: Grey Nurse. HEX triplet: D0, D6 and C4. RGB value is (208,214,196). Sum of RGB (Red+Green+Blue) = 208+214+196=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D6C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D6C4 is #2F293B. Grayscale: #D2D2D2. Windows color (decimal): -3090748 or 12900048. OLE color: 12900048.
HSL color Cylindrical-coordinate representation of color #D0D6C4: hue angle of 80º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0D6C4 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 196 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.16 |
| HSL | 80º | 0.18% | 0.8% | - |
| HSV(B) | 80º | 0.08% | 0.84% | - |
| XYZ | 60.02 | 65.49 | 61.7 | - |
| YUV | 210.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 196 | 0.03 | 0 | 0.08 | 0.16 | 80 | 0.18 | 0.8 |
| Hex | D0 | D6 | C4 | 3 | 0 | 8 | 10 | 50 | 12 | 50 |
| Octal | 320 | 326 | 304 | 3 | 0 | 10 | 20 | 120 | 22 | 120 |
| Binary | 11010000 | 11010110 | 11000100 | 11 | 0 | 1000 | 10000 | 1010000 | 10010 | 1010000 |
Color Harmonies of #D0D6C4
Complementary color
Monochromatic Colors of #D0D6C4
Black with #D0D6C4
Text Example
Text Example
White with #D0D6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D6C4; }
p { color: rgb(208,214,196); }
H1.HeaderClassName
{
color: #D0D6C4;
}
.AnyTagClassName
{
color: #D0D6C4;
}
</style>
background-color css
<style>
a { background-color: #D0D6C4; }
a { background-color: rgb(208,214,196); }
div.DivClassName
{
background-color: #D0D6C4;
}
.BgClassName
{
background-color: #D0D6C4;
}
</style>
border-color css
<style>
span { border-color: #D0D6C4; }
span { border-color: rgb(208,214,196); }
td.TdClassName
{
border-color: #D0D6C4;
}
.TagClassName
{
border-color: #D0D6C4;
}
</style>