Shades of Ebb #DED2D0
Tints of Ebb #DED2D0
RGB
CMYK
RGB Variations
Color information
#DED2D0 (or 0xDED2D0) is known color: Ebb. HEX triplet: DE, D2 and D0. RGB value is (222,210,208). Sum of RGB (Red+Green+Blue) = 222+210+208=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 210 (82.42% from 255 or 32.81% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 222 - color contains mainly: red. Hex color #DED2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED2D0 is #212D2F. Grayscale: #D5D5D5. Windows color (decimal): -2174256 or 13685470. OLE color: 13685470.
HSL color Cylindrical-coordinate representation of color #DED2D0: hue angle of 8.57º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DED2D0 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 210 | 208 | - |
CMYK | 0 | 0.05 | 0.06 | 0.13 |
HSL | 8.57º | 0.18% | 0.84% | - |
HSV(B) | 8.57º | 0.06% | 0.87% | - |
XYZ | 64.56 | 66.18 | 69.05 | - |
YUV | 213.36 | 124.98 | 134.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 210 | 208 | 0 | 0.05 | 0.06 | 0.13 | 8.57 | 0.18 | 0.84 |
Hex | DE | D2 | D0 | 0 | 5 | 6 | D | 9 | 12 | 54 |
Octal | 336 | 322 | 320 | 0 | 5 | 6 | 15 | 11 | 22 | 124 |
Binary | 11011110 | 11010010 | 11010000 | 0 | 101 | 110 | 1101 | 1001 | 10010 | 1010100 |
Color Harmonies of #DED2D0
Complementary color
Monochromatic Colors of #DED2D0
Black with #DED2D0
Text Example
Text Example
White with #DED2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED2D0; }
p { color: rgb(222,210,208); }
H1.HeaderClassName
{
color: #DED2D0;
}
.AnyTagClassName
{
color: #DED2D0;
}
</style>
background-color css
<style>
a { background-color: #DED2D0; }
a { background-color: rgb(222,210,208); }
div.DivClassName
{
background-color: #DED2D0;
}
.BgClassName
{
background-color: #DED2D0;
}
</style>
border-color css
<style>
span { border-color: #DED2D0; }
span { border-color: rgb(222,210,208); }
td.TdClassName
{
border-color: #DED2D0;
}
.TagClassName
{
border-color: #DED2D0;
}
</style>