Shades of Grey Nurse #D1D5CB
Tints of Grey Nurse #D1D5CB
RGB
CMYK
RGB Variations
Color information
#D1D5CB (or 0xD1D5CB) is known color: Grey Nurse. HEX triplet: D1, D5 and CB. RGB value is (209,213,203). Sum of RGB (Red+Green+Blue) = 209+213+203=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D5CB is #2E2A34. Grayscale: #D2D2D2. Windows color (decimal): -3025461 or 13358545. OLE color: 13358545.
HSL color Cylindrical-coordinate representation of color #D1D5CB: hue angle of 84º degrees, saturation: 0.11, 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 #D1D5CB is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 203 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.16 |
| HSL | 84º | 0.11% | 0.82% | - |
| HSV(B) | 84º | 0.05% | 0.84% | - |
| XYZ | 60.87 | 65.46 | 65.93 | - |
| YUV | 210.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 203 | 0.02 | 0 | 0.05 | 0.16 | 84 | 0.11 | 0.82 |
| Hex | D1 | D5 | CB | 2 | 0 | 5 | 10 | 54 | B | 52 |
| Octal | 321 | 325 | 313 | 2 | 0 | 5 | 20 | 124 | 13 | 122 |
| Binary | 11010001 | 11010101 | 11001011 | 10 | 0 | 101 | 10000 | 1010100 | 1011 | 1010010 |
Color Harmonies of #D1D5CB
Complementary color
Monochromatic Colors of #D1D5CB
Black with #D1D5CB
Text Example
Text Example
White with #D1D5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D5CB; }
p { color: rgb(209,213,203); }
H1.HeaderClassName
{
color: #D1D5CB;
}
.AnyTagClassName
{
color: #D1D5CB;
}
</style>
background-color css
<style>
a { background-color: #D1D5CB; }
a { background-color: rgb(209,213,203); }
div.DivClassName
{
background-color: #D1D5CB;
}
.BgClassName
{
background-color: #D1D5CB;
}
</style>
border-color css
<style>
span { border-color: #D1D5CB; }
span { border-color: rgb(209,213,203); }
td.TdClassName
{
border-color: #D1D5CB;
}
.TagClassName
{
border-color: #D1D5CB;
}
</style>