Shades of Cararra #E6E1D3
Tints of Cararra #E6E1D3
RGB
CMYK
RGB Variations
Color information
#E6E1D3 (or 0xE6E1D3) is known color: Cararra. HEX triplet: E6, E1 and D3. RGB value is (230,225,211). Sum of RGB (Red+Green+Blue) = 230+225+211=666 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.53% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 211 (82.81% from 255 or 31.68% from 666); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E1D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E1D3 is #191E2C. Grayscale: #E0E0E0. Windows color (decimal): -1646125 or 13885926. OLE color: 13885926.
HSL color Cylindrical-coordinate representation of color #E6E1D3: hue angle of 44.21º degrees, saturation: 0.28, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6E1D3 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 211 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.10 |
| HSL | 44.21º | 0.28% | 0.86% | - |
| HSV(B) | 44.21º | 0.08% | 0.9% | - |
| XYZ | 71.32 | 75.38 | 72.42 | - |
| YUV | 224.9 | 120.16 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 211 | 0 | 0.02 | 0.08 | 0.10 | 44.21 | 0.28 | 0.86 |
| Hex | E6 | E1 | D3 | 0 | 2 | 8 | A | 2C | 1C | 56 |
| Octal | 346 | 341 | 323 | 0 | 2 | 10 | 12 | 54 | 34 | 126 |
| Binary | 11100110 | 11100001 | 11010011 | 0 | 10 | 1000 | 1010 | 101100 | 11100 | 1010110 |
Color Harmonies of #E6E1D3
Complementary color
Monochromatic Colors of #E6E1D3
Black with #E6E1D3
Text Example
Text Example
White with #E6E1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E1D3; }
p { color: rgb(230,225,211); }
H1.HeaderClassName
{
color: #E6E1D3;
}
.AnyTagClassName
{
color: #E6E1D3;
}
</style>
background-color css
<style>
a { background-color: #E6E1D3; }
a { background-color: rgb(230,225,211); }
div.DivClassName
{
background-color: #E6E1D3;
}
.BgClassName
{
background-color: #E6E1D3;
}
</style>
border-color css
<style>
span { border-color: #E6E1D3; }
span { border-color: rgb(230,225,211); }
td.TdClassName
{
border-color: #E6E1D3;
}
.TagClassName
{
border-color: #E6E1D3;
}
</style>