Shades of Cararra #EEE8D3
Tints of Cararra #EEE8D3
RGB
CMYK
RGB Variations
Color information
#EEE8D3 (or 0xEEE8D3) is known color: Cararra. HEX triplet: EE, E8 and D3. RGB value is (238,232,211). Sum of RGB (Red+Green+Blue) = 238+232+211=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 232 (91.02% from 255 or 34.07% from 681); Blue value is 211 (82.81% from 255 or 30.98% from 681); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8D3 is #11172C. Grayscale: #E7E7E7. Windows color (decimal): -1120045 or 13887726. OLE color: 13887726.
HSL color Cylindrical-coordinate representation of color #EEE8D3: hue angle of 46.67º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEE8D3 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 211 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.07 |
| HSL | 46.67º | 0.44% | 0.88% | - |
| HSV(B) | 46.67º | 0.11% | 0.93% | - |
| XYZ | 75.87 | 80.59 | 73.19 | - |
| YUV | 231.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 211 | 0 | 0.03 | 0.11 | 0.07 | 46.67 | 0.44 | 0.88 |
| Hex | EE | E8 | D3 | 0 | 3 | B | 7 | 2F | 2C | 58 |
| Octal | 356 | 350 | 323 | 0 | 3 | 13 | 7 | 57 | 54 | 130 |
| Binary | 11101110 | 11101000 | 11010011 | 0 | 11 | 1011 | 111 | 101111 | 101100 | 1011000 |
Color Harmonies of #EEE8D3
Complementary color
Monochromatic Colors of #EEE8D3
Black with #EEE8D3
Text Example
Text Example
White with #EEE8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8D3; }
p { color: rgb(238,232,211); }
H1.HeaderClassName
{
color: #EEE8D3;
}
.AnyTagClassName
{
color: #EEE8D3;
}
</style>
background-color css
<style>
a { background-color: #EEE8D3; }
a { background-color: rgb(238,232,211); }
div.DivClassName
{
background-color: #EEE8D3;
}
.BgClassName
{
background-color: #EEE8D3;
}
</style>
border-color css
<style>
span { border-color: #EEE8D3; }
span { border-color: rgb(238,232,211); }
td.TdClassName
{
border-color: #EEE8D3;
}
.TagClassName
{
border-color: #EEE8D3;
}
</style>