Shades of Ebb #EAD2CC
Tints of Ebb #EAD2CC
RGB
CMYK
RGB Variations
Color information
#EAD2CC (or 0xEAD2CC) is known color: Ebb. HEX triplet: EA, D2 and CC. RGB value is (234,210,204). Sum of RGB (Red+Green+Blue) = 234+210+204=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 210 (82.42% from 255 or 32.41% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD2CC is #152D33. Grayscale: #D8D8D8. Windows color (decimal): -1387828 or 13423338. OLE color: 13423338.
HSL color Cylindrical-coordinate representation of color #EAD2CC: hue angle of 12º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EAD2CC is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 204 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.08 |
| HSL | 12º | 0.42% | 0.86% | - |
| HSV(B) | 12º | 0.13% | 0.92% | - |
| XYZ | 67.88 | 67.95 | 66.66 | - |
| YUV | 216.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 204 | 0 | 0.10 | 0.13 | 0.08 | 12 | 0.42 | 0.86 |
| Hex | EA | D2 | CC | 0 | A | D | 8 | C | 2A | 56 |
| Octal | 352 | 322 | 314 | 0 | 12 | 15 | 10 | 14 | 52 | 126 |
| Binary | 11101010 | 11010010 | 11001100 | 0 | 1010 | 1101 | 1000 | 1100 | 101010 | 1010110 |
Color Harmonies of #EAD2CC
Complementary color
Monochromatic Colors of #EAD2CC
Black with #EAD2CC
Text Example
Text Example
White with #EAD2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD2CC; }
p { color: rgb(234,210,204); }
H1.HeaderClassName
{
color: #EAD2CC;
}
.AnyTagClassName
{
color: #EAD2CC;
}
</style>
background-color css
<style>
a { background-color: #EAD2CC; }
a { background-color: rgb(234,210,204); }
div.DivClassName
{
background-color: #EAD2CC;
}
.BgClassName
{
background-color: #EAD2CC;
}
</style>
border-color css
<style>
span { border-color: #EAD2CC; }
span { border-color: rgb(234,210,204); }
td.TdClassName
{
border-color: #EAD2CC;
}
.TagClassName
{
border-color: #EAD2CC;
}
</style>