Shades of Grey Nurse #D3D7CA
Tints of Grey Nurse #D3D7CA
RGB
CMYK
RGB Variations
Color information
#D3D7CA (or 0xD3D7CA) is known color: Grey Nurse. HEX triplet: D3, D7 and CA. RGB value is (211,215,202). Sum of RGB (Red+Green+Blue) = 211+215+202=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D7CA is #2C2835. Grayscale: #D4D4D4. Windows color (decimal): -2893878 or 13293523. OLE color: 13293523.
HSL color Cylindrical-coordinate representation of color #D3D7CA: hue angle of 78.46º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D3D7CA is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 215 | 202 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.16 |
| HSL | 78.46º | 0.14% | 0.82% | - |
| HSV(B) | 78.46º | 0.06% | 0.84% | - |
| XYZ | 61.83 | 66.71 | 65.5 | - |
| YUV | 212.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 215 | 202 | 0.02 | 0 | 0.06 | 0.16 | 78.46 | 0.14 | 0.82 |
| Hex | D3 | D7 | CA | 2 | 0 | 6 | 10 | 4E | E | 52 |
| Octal | 323 | 327 | 312 | 2 | 0 | 6 | 20 | 116 | 16 | 122 |
| Binary | 11010011 | 11010111 | 11001010 | 10 | 0 | 110 | 10000 | 1001110 | 1110 | 1010010 |
Color Harmonies of #D3D7CA
Complementary color
Monochromatic Colors of #D3D7CA
Black with #D3D7CA
Text Example
Text Example
White with #D3D7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D7CA; }
p { color: rgb(211,215,202); }
H1.HeaderClassName
{
color: #D3D7CA;
}
.AnyTagClassName
{
color: #D3D7CA;
}
</style>
background-color css
<style>
a { background-color: #D3D7CA; }
a { background-color: rgb(211,215,202); }
div.DivClassName
{
background-color: #D3D7CA;
}
.BgClassName
{
background-color: #D3D7CA;
}
</style>
border-color css
<style>
span { border-color: #D3D7CA; }
span { border-color: rgb(211,215,202); }
td.TdClassName
{
border-color: #D3D7CA;
}
.TagClassName
{
border-color: #D3D7CA;
}
</style>