Shades of Ebb #DDDAD9
Tints of Ebb #DDDAD9
RGB
CMYK
RGB Variations
Color information
#DDDAD9 (or 0xDDDAD9) is known color: Ebb. HEX triplet: DD, DA and D9. RGB value is (221,218,217). Sum of RGB (Red+Green+Blue) = 221+218+217=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAD9 is #222526. Grayscale: #DADADA. Windows color (decimal): -2237735 or 14277341. OLE color: 14277341.
HSL color Cylindrical-coordinate representation of color #DDDAD9: hue angle of 15º degrees, saturation: 0.06, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDDAD9 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 217 | - |
CMYK | 0 | 0.01 | 0.02 | 0.13 |
HSL | 15º | 0.06% | 0.86% | - |
HSV(B) | 15º | 0.02% | 0.87% | - |
XYZ | 67.41 | 70.52 | 75.71 | - |
YUV | 218.78 | 126.99 | 129.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 217 | 0 | 0.01 | 0.02 | 0.13 | 15 | 0.06 | 0.86 |
Hex | DD | DA | D9 | 0 | 1 | 2 | D | F | 6 | 56 |
Octal | 335 | 332 | 331 | 0 | 1 | 2 | 15 | 17 | 6 | 126 |
Binary | 11011101 | 11011010 | 11011001 | 0 | 1 | 10 | 1101 | 1111 | 110 | 1010110 |
Color Harmonies of #DDDAD9
Complementary color
Monochromatic Colors of #DDDAD9
Black with #DDDAD9
Text Example
Text Example
White with #DDDAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAD9; }
p { color: rgb(221,218,217); }
H1.HeaderClassName
{
color: #DDDAD9;
}
.AnyTagClassName
{
color: #DDDAD9;
}
</style>
background-color css
<style>
a { background-color: #DDDAD9; }
a { background-color: rgb(221,218,217); }
div.DivClassName
{
background-color: #DDDAD9;
}
.BgClassName
{
background-color: #DDDAD9;
}
</style>
border-color css
<style>
span { border-color: #DDDAD9; }
span { border-color: rgb(221,218,217); }
td.TdClassName
{
border-color: #DDDAD9;
}
.TagClassName
{
border-color: #DDDAD9;
}
</style>