Shades of Cararra #EEE8D2
Tints of Cararra #EEE8D2
RGB
CMYK
RGB Variations
Color information
#EEE8D2 (or 0xEEE8D2) is known color: Cararra. HEX triplet: EE, E8 and D2. RGB value is (238,232,210). Sum of RGB (Red+Green+Blue) = 238+232+210=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 232 (91.02% from 255 or 34.12% from 680); Blue value is 210 (82.42% from 255 or 30.88% from 680); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8D2 is #11172D. Grayscale: #E7E7E7. Windows color (decimal): -1120046 or 13822190. OLE color: 13822190.
HSL color Cylindrical-coordinate representation of color #EEE8D2: hue angle of 47.14º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEE8D2 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 210 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.07 |
| HSL | 47.14º | 0.45% | 0.88% | - |
| HSV(B) | 47.14º | 0.12% | 0.93% | - |
| XYZ | 75.75 | 80.54 | 72.53 | - |
| YUV | 231.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 210 | 0 | 0.03 | 0.12 | 0.07 | 47.14 | 0.45 | 0.88 |
| Hex | EE | E8 | D2 | 0 | 3 | C | 7 | 2F | 2D | 58 |
| Octal | 356 | 350 | 322 | 0 | 3 | 14 | 7 | 57 | 55 | 130 |
| Binary | 11101110 | 11101000 | 11010010 | 0 | 11 | 1100 | 111 | 101111 | 101101 | 1011000 |
Color Harmonies of #EEE8D2
Complementary color
Monochromatic Colors of #EEE8D2
Black with #EEE8D2
Text Example
Text Example
White with #EEE8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8D2; }
p { color: rgb(238,232,210); }
H1.HeaderClassName
{
color: #EEE8D2;
}
.AnyTagClassName
{
color: #EEE8D2;
}
</style>
background-color css
<style>
a { background-color: #EEE8D2; }
a { background-color: rgb(238,232,210); }
div.DivClassName
{
background-color: #EEE8D2;
}
.BgClassName
{
background-color: #EEE8D2;
}
</style>
border-color css
<style>
span { border-color: #EEE8D2; }
span { border-color: rgb(238,232,210); }
td.TdClassName
{
border-color: #EEE8D2;
}
.TagClassName
{
border-color: #EEE8D2;
}
</style>