Shades of Grey Nurse #D3D6CB
Tints of Grey Nurse #D3D6CB
RGB
CMYK
RGB Variations
Color information
#D3D6CB (or 0xD3D6CB) is known color: Grey Nurse. HEX triplet: D3, D6 and CB. RGB value is (211,214,203). Sum of RGB (Red+Green+Blue) = 211+214+203=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D6CB is #2C2934. Grayscale: #D3D3D3. Windows color (decimal): -2894133 or 13358803. OLE color: 13358803.
HSL color Cylindrical-coordinate representation of color #D3D6CB: hue angle of 76.36º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3D6CB is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 214 | 203 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.16 |
| HSL | 76.36º | 0.12% | 0.82% | - |
| HSV(B) | 76.36º | 0.05% | 0.84% | - |
| XYZ | 61.69 | 66.25 | 66.04 | - |
| YUV | 211.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 214 | 203 | 0.01 | 0 | 0.05 | 0.16 | 76.36 | 0.12 | 0.82 |
| Hex | D3 | D6 | CB | 1 | 0 | 5 | 10 | 4C | C | 52 |
| Octal | 323 | 326 | 313 | 1 | 0 | 5 | 20 | 114 | 14 | 122 |
| Binary | 11010011 | 11010110 | 11001011 | 1 | 0 | 101 | 10000 | 1001100 | 1100 | 1010010 |
Color Harmonies of #D3D6CB
Complementary color
Monochromatic Colors of #D3D6CB
Black with #D3D6CB
Text Example
Text Example
White with #D3D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D6CB; }
p { color: rgb(211,214,203); }
H1.HeaderClassName
{
color: #D3D6CB;
}
.AnyTagClassName
{
color: #D3D6CB;
}
</style>
background-color css
<style>
a { background-color: #D3D6CB; }
a { background-color: rgb(211,214,203); }
div.DivClassName
{
background-color: #D3D6CB;
}
.BgClassName
{
background-color: #D3D6CB;
}
</style>
border-color css
<style>
span { border-color: #D3D6CB; }
span { border-color: rgb(211,214,203); }
td.TdClassName
{
border-color: #D3D6CB;
}
.TagClassName
{
border-color: #D3D6CB;
}
</style>