Shades of Cararra #ECE6D2
Tints of Cararra #ECE6D2
RGB
CMYK
RGB Variations
Color information
#ECE6D2 (or 0xECE6D2) is known color: Cararra. HEX triplet: EC, E6 and D2. RGB value is (236,230,210). Sum of RGB (Red+Green+Blue) = 236+230+210=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 230 (90.23% from 255 or 34.02% from 676); Blue value is 210 (82.42% from 255 or 31.07% from 676); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE6D2 is #13192D. Grayscale: #E5E5E5. Windows color (decimal): -1251630 or 13821676. OLE color: 13821676.
HSL color Cylindrical-coordinate representation of color #ECE6D2: hue angle of 46.15º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECE6D2 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 230 | 210 | - |
CMYK | 0 | 0.03 | 0.11 | 0.07 |
HSL | 46.15º | 0.41% | 0.87% | - |
HSV(B) | 46.15º | 0.11% | 0.93% | - |
XYZ | 74.52 | 79.08 | 72.31 | - |
YUV | 229.51 | 116.99 | 132.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 230 | 210 | 0 | 0.03 | 0.11 | 0.07 | 46.15 | 0.41 | 0.87 |
Hex | EC | E6 | D2 | 0 | 3 | B | 7 | 2E | 29 | 57 |
Octal | 354 | 346 | 322 | 0 | 3 | 13 | 7 | 56 | 51 | 127 |
Binary | 11101100 | 11100110 | 11010010 | 0 | 11 | 1011 | 111 | 101110 | 101001 | 1010111 |
Color Harmonies of #ECE6D2
Complementary color
Monochromatic Colors of #ECE6D2
Black with #ECE6D2
Text Example
Text Example
White with #ECE6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6D2; }
p { color: rgb(236,230,210); }
H1.HeaderClassName
{
color: #ECE6D2;
}
.AnyTagClassName
{
color: #ECE6D2;
}
</style>
background-color css
<style>
a { background-color: #ECE6D2; }
a { background-color: rgb(236,230,210); }
div.DivClassName
{
background-color: #ECE6D2;
}
.BgClassName
{
background-color: #ECE6D2;
}
</style>
border-color css
<style>
span { border-color: #ECE6D2; }
span { border-color: rgb(236,230,210); }
td.TdClassName
{
border-color: #ECE6D2;
}
.TagClassName
{
border-color: #ECE6D2;
}
</style>