Shades of Ebb #DCD9D8
Tints of Ebb #DCD9D8
RGB
CMYK
RGB Variations
Color information
#DCD9D8 (or 0xDCD9D8) is known color: Ebb. HEX triplet: DC, D9 and D8. RGB value is (220,217,216). Sum of RGB (Red+Green+Blue) = 220+217+216=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9D8 is #232627. Grayscale: #D9D9D9. Windows color (decimal): -2303528 or 14211548. OLE color: 14211548.
HSL color Cylindrical-coordinate representation of color #DCD9D8: hue angle of 15º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DCD9D8 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 217 | 216 | - |
CMYK | 0 | 0.01 | 0.02 | 0.14 |
HSL | 15º | 0.05% | 0.85% | - |
HSV(B) | 15º | 0.02% | 0.86% | - |
XYZ | 66.72 | 69.8 | 74.92 | - |
YUV | 217.78 | 126.99 | 129.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 217 | 216 | 0 | 0.01 | 0.02 | 0.14 | 15 | 0.05 | 0.85 |
Hex | DC | D9 | D8 | 0 | 1 | 2 | E | F | 5 | 55 |
Octal | 334 | 331 | 330 | 0 | 1 | 2 | 16 | 17 | 5 | 125 |
Binary | 11011100 | 11011001 | 11011000 | 0 | 1 | 10 | 1110 | 1111 | 101 | 1010101 |
Color Harmonies of #DCD9D8
Complementary color
Monochromatic Colors of #DCD9D8
Black with #DCD9D8
Text Example
Text Example
White with #DCD9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD9D8; }
p { color: rgb(220,217,216); }
H1.HeaderClassName
{
color: #DCD9D8;
}
.AnyTagClassName
{
color: #DCD9D8;
}
</style>
background-color css
<style>
a { background-color: #DCD9D8; }
a { background-color: rgb(220,217,216); }
div.DivClassName
{
background-color: #DCD9D8;
}
.BgClassName
{
background-color: #DCD9D8;
}
</style>
border-color css
<style>
span { border-color: #DCD9D8; }
span { border-color: rgb(220,217,216); }
td.TdClassName
{
border-color: #DCD9D8;
}
.TagClassName
{
border-color: #DCD9D8;
}
</style>