Shades of Cararra #ECE7D5
Tints of Cararra #ECE7D5
RGB
CMYK
RGB Variations
Color information
#ECE7D5 (or 0xECE7D5) is known color: Cararra. HEX triplet: EC, E7 and D5. RGB value is (236,231,213). Sum of RGB (Red+Green+Blue) = 236+231+213=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 231 (90.62% from 255 or 33.97% from 680); Blue value is 213 (83.59% from 255 or 31.32% from 680); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE7D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE7D5 is #13182A. Grayscale: #E6E6E6. Windows color (decimal): -1251371 or 14018540. OLE color: 14018540.
HSL color Cylindrical-coordinate representation of color #ECE7D5: hue angle of 46.96º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECE7D5 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 231 | 213 | - |
CMYK | 0 | 0.02 | 0.10 | 0.07 |
HSL | 46.96º | 0.38% | 0.88% | - |
HSV(B) | 46.96º | 0.1% | 0.93% | - |
XYZ | 75.18 | 79.79 | 74.39 | - |
YUV | 230.44 | 118.16 | 131.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 231 | 213 | 0 | 0.02 | 0.10 | 0.07 | 46.96 | 0.38 | 0.88 |
Hex | EC | E7 | D5 | 0 | 2 | A | 7 | 2F | 26 | 58 |
Octal | 354 | 347 | 325 | 0 | 2 | 12 | 7 | 57 | 46 | 130 |
Binary | 11101100 | 11100111 | 11010101 | 0 | 10 | 1010 | 111 | 101111 | 100110 | 1011000 |
Color Harmonies of #ECE7D5
Complementary color
Monochromatic Colors of #ECE7D5
Black with #ECE7D5
Text Example
Text Example
White with #ECE7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE7D5; }
p { color: rgb(236,231,213); }
H1.HeaderClassName
{
color: #ECE7D5;
}
.AnyTagClassName
{
color: #ECE7D5;
}
</style>
background-color css
<style>
a { background-color: #ECE7D5; }
a { background-color: rgb(236,231,213); }
div.DivClassName
{
background-color: #ECE7D5;
}
.BgClassName
{
background-color: #ECE7D5;
}
</style>
border-color css
<style>
span { border-color: #ECE7D5; }
span { border-color: rgb(236,231,213); }
td.TdClassName
{
border-color: #ECE7D5;
}
.TagClassName
{
border-color: #ECE7D5;
}
</style>