Shades of Sauvignon #ECE8E5
Tints of Sauvignon #ECE8E5
RGB
CMYK
RGB Variations
Color information
#ECE8E5 (or 0xECE8E5) is known color: Sauvignon. HEX triplet: EC, E8 and E5. RGB value is (236,232,229). Sum of RGB (Red+Green+Blue) = 236+232+229=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 232 (91.02% from 255 or 33.29% from 697); Blue value is 229 (89.84% from 255 or 32.86% from 697); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE8E5 is #13171A. Grayscale: #E8E8E8. Windows color (decimal): -1251099 or 15067372. OLE color: 15067372.
HSL color Cylindrical-coordinate representation of color #ECE8E5: hue angle of 25.71º degrees, saturation: 0.16, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECE8E5 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 232 | 229 | - |
CMYK | 0 | 0.02 | 0.03 | 0.07 |
HSL | 25.71º | 0.16% | 0.91% | - |
HSV(B) | 25.71º | 0.03% | 0.93% | - |
XYZ | 77.59 | 81.2 | 85.71 | - |
YUV | 232.85 | 125.83 | 130.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 232 | 229 | 0 | 0.02 | 0.03 | 0.07 | 25.71 | 0.16 | 0.91 |
Hex | EC | E8 | E5 | 0 | 2 | 3 | 7 | 1A | 10 | 5B |
Octal | 354 | 350 | 345 | 0 | 2 | 3 | 7 | 32 | 20 | 133 |
Binary | 11101100 | 11101000 | 11100101 | 0 | 10 | 11 | 111 | 11010 | 10000 | 1011011 |
Color Harmonies of #ECE8E5
Complementary color
Monochromatic Colors of #ECE8E5
Black with #ECE8E5
Text Example
Text Example
White with #ECE8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8E5; }
p { color: rgb(236,232,229); }
H1.HeaderClassName
{
color: #ECE8E5;
}
.AnyTagClassName
{
color: #ECE8E5;
}
</style>
background-color css
<style>
a { background-color: #ECE8E5; }
a { background-color: rgb(236,232,229); }
div.DivClassName
{
background-color: #ECE8E5;
}
.BgClassName
{
background-color: #ECE8E5;
}
</style>
border-color css
<style>
span { border-color: #ECE8E5; }
span { border-color: rgb(236,232,229); }
td.TdClassName
{
border-color: #ECE8E5;
}
.TagClassName
{
border-color: #ECE8E5;
}
</style>