Shades of Grey Nurse #D1DCBC
Tints of Grey Nurse #D1DCBC
RGB
CMYK
RGB Variations
Color information
#D1DCBC (or 0xD1DCBC) is known color: Grey Nurse. HEX triplet: D1, DC and BC. RGB value is (209,220,188). Sum of RGB (Red+Green+Blue) = 209+220+188=617 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.87% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCBC is #2E2343. Grayscale: #D5D5D5. Windows color (decimal): -3023684 or 12377297. OLE color: 12377297.
HSL color Cylindrical-coordinate representation of color #D1DCBC: hue angle of 80.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1DCBC is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 188 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.14 |
| HSL | 80.63º | 0.31% | 0.8% | - |
| HSV(B) | 80.63º | 0.15% | 0.86% | - |
| XYZ | 60.96 | 68.37 | 57.56 | - |
| YUV | 213.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 188 | 0.05 | 0 | 0.15 | 0.14 | 80.63 | 0.31 | 0.8 |
| Hex | D1 | DC | BC | 5 | 0 | F | E | 51 | 1F | 50 |
| Octal | 321 | 334 | 274 | 5 | 0 | 17 | 16 | 121 | 37 | 120 |
| Binary | 11010001 | 11011100 | 10111100 | 101 | 0 | 1111 | 1110 | 1010001 | 11111 | 1010000 |
Color Harmonies of #D1DCBC
Complementary color
Monochromatic Colors of #D1DCBC
Black with #D1DCBC
Text Example
Text Example
White with #D1DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DCBC; }
p { color: rgb(209,220,188); }
H1.HeaderClassName
{
color: #D1DCBC;
}
.AnyTagClassName
{
color: #D1DCBC;
}
</style>
background-color css
<style>
a { background-color: #D1DCBC; }
a { background-color: rgb(209,220,188); }
div.DivClassName
{
background-color: #D1DCBC;
}
.BgClassName
{
background-color: #D1DCBC;
}
</style>
border-color css
<style>
span { border-color: #D1DCBC; }
span { border-color: rgb(209,220,188); }
td.TdClassName
{
border-color: #D1DCBC;
}
.TagClassName
{
border-color: #D1DCBC;
}
</style>