Shades of Sauvignon #ECE9E8
Tints of Sauvignon #ECE9E8
RGB
CMYK
RGB Variations
Color information
#ECE9E8 (or 0xECE9E8) is known color: Sauvignon. HEX triplet: EC, E9 and E8. RGB value is (236,233,232). Sum of RGB (Red+Green+Blue) = 236+233+232=701 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.67% from 701); Green value is 233 (91.41% from 255 or 33.24% from 701); Blue value is 232 (91.02% from 255 or 33.10% from 701); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE9E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE9E8 is #131617. Grayscale: #E9E9E9. Windows color (decimal): -1250840 or 15264236. OLE color: 15264236.
HSL color Cylindrical-coordinate representation of color #ECE9E8: hue angle of 15º degrees, saturation: 0.1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ECE9E8 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 233 | 232 | - |
CMYK | 0 | 0.01 | 0.02 | 0.07 |
HSL | 15º | 0.1% | 0.92% | - |
HSV(B) | 15º | 0.02% | 0.93% | - |
XYZ | 78.3 | 81.94 | 88.03 | - |
YUV | 233.78 | 126.99 | 129.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 233 | 232 | 0 | 0.01 | 0.02 | 0.07 | 15 | 0.1 | 0.92 |
Hex | EC | E9 | E8 | 0 | 1 | 2 | 7 | F | A | 5C |
Octal | 354 | 351 | 350 | 0 | 1 | 2 | 7 | 17 | 12 | 134 |
Binary | 11101100 | 11101001 | 11101000 | 0 | 1 | 10 | 111 | 1111 | 1010 | 1011100 |
Color Harmonies of #ECE9E8
Complementary color
Monochromatic Colors of #ECE9E8
Black with #ECE9E8
Text Example
Text Example
White with #ECE9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE9E8; }
p { color: rgb(236,233,232); }
H1.HeaderClassName
{
color: #ECE9E8;
}
.AnyTagClassName
{
color: #ECE9E8;
}
</style>
background-color css
<style>
a { background-color: #ECE9E8; }
a { background-color: rgb(236,233,232); }
div.DivClassName
{
background-color: #ECE9E8;
}
.BgClassName
{
background-color: #ECE9E8;
}
</style>
border-color css
<style>
span { border-color: #ECE9E8; }
span { border-color: rgb(236,233,232); }
td.TdClassName
{
border-color: #ECE9E8;
}
.TagClassName
{
border-color: #ECE9E8;
}
</style>