Shades of Grey Nurse #D3D8C2
Tints of Grey Nurse #D3D8C2
RGB
CMYK
RGB Variations
Color information
#D3D8C2 (or 0xD3D8C2) is known color: Grey Nurse. HEX triplet: D3, D8 and C2. RGB value is (211,216,194). Sum of RGB (Red+Green+Blue) = 211+216+194=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D8C2 is #2C273D. Grayscale: #D4D4D4. Windows color (decimal): -2893630 or 12769491. OLE color: 12769491.
HSL color Cylindrical-coordinate representation of color #D3D8C2: hue angle of 73.64º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3D8C2 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 216 | 194 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.15 |
| HSL | 73.64º | 0.22% | 0.8% | - |
| HSV(B) | 73.64º | 0.1% | 0.85% | - |
| XYZ | 61.16 | 66.86 | 60.72 | - |
| YUV | 212 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 216 | 194 | 0.02 | 0 | 0.10 | 0.15 | 73.64 | 0.22 | 0.8 |
| Hex | D3 | D8 | C2 | 2 | 0 | A | F | 4A | 16 | 50 |
| Octal | 323 | 330 | 302 | 2 | 0 | 12 | 17 | 112 | 26 | 120 |
| Binary | 11010011 | 11011000 | 11000010 | 10 | 0 | 1010 | 1111 | 1001010 | 10110 | 1010000 |
Color Harmonies of #D3D8C2
Complementary color
Monochromatic Colors of #D3D8C2
Black with #D3D8C2
Text Example
Text Example
White with #D3D8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D8C2; }
p { color: rgb(211,216,194); }
H1.HeaderClassName
{
color: #D3D8C2;
}
.AnyTagClassName
{
color: #D3D8C2;
}
</style>
background-color css
<style>
a { background-color: #D3D8C2; }
a { background-color: rgb(211,216,194); }
div.DivClassName
{
background-color: #D3D8C2;
}
.BgClassName
{
background-color: #D3D8C2;
}
</style>
border-color css
<style>
span { border-color: #D3D8C2; }
span { border-color: rgb(211,216,194); }
td.TdClassName
{
border-color: #D3D8C2;
}
.TagClassName
{
border-color: #D3D8C2;
}
</style>