Shades of Sauvignon #ECE7E4
Tints of Sauvignon #ECE7E4
RGB
CMYK
RGB Variations
Color information
#ECE7E4 (or 0xECE7E4) is known color: Sauvignon. HEX triplet: EC, E7 and E4. RGB value is (236,231,228). Sum of RGB (Red+Green+Blue) = 236+231+228=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 231 (90.62% from 255 or 33.24% from 695); Blue value is 228 (89.45% from 255 or 32.81% from 695); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE7E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE7E4 is #13181B. Grayscale: #E8E8E8. Windows color (decimal): -1251356 or 15001580. OLE color: 15001580.
HSL color Cylindrical-coordinate representation of color #ECE7E4: hue angle of 22.5º degrees, saturation: 0.17, 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 #ECE7E4 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 231 | 228 | - |
CMYK | 0 | 0.02 | 0.03 | 0.07 |
HSL | 22.5º | 0.17% | 0.91% | - |
HSV(B) | 22.5º | 0.03% | 0.93% | - |
XYZ | 77.17 | 80.59 | 84.89 | - |
YUV | 232.15 | 125.66 | 130.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 231 | 228 | 0 | 0.02 | 0.03 | 0.07 | 22.5 | 0.17 | 0.91 |
Hex | EC | E7 | E4 | 0 | 2 | 3 | 7 | 16 | 11 | 5B |
Octal | 354 | 347 | 344 | 0 | 2 | 3 | 7 | 26 | 21 | 133 |
Binary | 11101100 | 11100111 | 11100100 | 0 | 10 | 11 | 111 | 10110 | 10001 | 1011011 |
Color Harmonies of #ECE7E4
Complementary color
Monochromatic Colors of #ECE7E4
Black with #ECE7E4
Text Example
Text Example
White with #ECE7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE7E4; }
p { color: rgb(236,231,228); }
H1.HeaderClassName
{
color: #ECE7E4;
}
.AnyTagClassName
{
color: #ECE7E4;
}
</style>
background-color css
<style>
a { background-color: #ECE7E4; }
a { background-color: rgb(236,231,228); }
div.DivClassName
{
background-color: #ECE7E4;
}
.BgClassName
{
background-color: #ECE7E4;
}
</style>
border-color css
<style>
span { border-color: #ECE7E4; }
span { border-color: rgb(236,231,228); }
td.TdClassName
{
border-color: #ECE7E4;
}
.TagClassName
{
border-color: #ECE7E4;
}
</style>