Shades of Beeswax #ECDDB2
Tints of Beeswax #ECDDB2
RGB
CMYK
RGB Variations
Color information
#ECDDB2 (or 0xECDDB2) is known color: Beeswax. HEX triplet: EC, DD and B2. RGB value is (236,221,178). Sum of RGB (Red+Green+Blue) = 236+221+178=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 178 (69.92% from 255 or 28.03% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDDB2 is #13224D. Grayscale: #DCDCDC. Windows color (decimal): -1253966 or 11722220. OLE color: 11722220.
HSL color Cylindrical-coordinate representation of color #ECDDB2: hue angle of 44.48º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECDDB2 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 221 | 178 | - |
CMYK | 0 | 0.06 | 0.25 | 0.07 |
HSL | 44.48º | 0.6% | 0.81% | - |
HSV(B) | 44.48º | 0.25% | 0.93% | - |
XYZ | 68.48 | 72.76 | 52.55 | - |
YUV | 220.58 | 103.97 | 139 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 221 | 178 | 0 | 0.06 | 0.25 | 0.07 | 44.48 | 0.6 | 0.81 |
Hex | EC | DD | B2 | 0 | 6 | 19 | 7 | 2C | 3C | 51 |
Octal | 354 | 335 | 262 | 0 | 6 | 31 | 7 | 54 | 74 | 121 |
Binary | 11101100 | 11011101 | 10110010 | 0 | 110 | 11001 | 111 | 101100 | 111100 | 1010001 |
Color Harmonies of #ECDDB2
Complementary color
Monochromatic Colors of #ECDDB2
Black with #ECDDB2
Text Example
Text Example
White with #ECDDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDB2; }
p { color: rgb(236,221,178); }
H1.HeaderClassName
{
color: #ECDDB2;
}
.AnyTagClassName
{
color: #ECDDB2;
}
</style>
background-color css
<style>
a { background-color: #ECDDB2; }
a { background-color: rgb(236,221,178); }
div.DivClassName
{
background-color: #ECDDB2;
}
.BgClassName
{
background-color: #ECDDB2;
}
</style>
border-color css
<style>
span { border-color: #ECDDB2; }
span { border-color: rgb(236,221,178); }
td.TdClassName
{
border-color: #ECDDB2;
}
.TagClassName
{
border-color: #ECDDB2;
}
</style>