Shades of Sauvignon #ECE8E6
Tints of Sauvignon #ECE8E6
RGB
CMYK
RGB Variations
Color information
#ECE8E6 (or 0xECE8E6) is known color: Sauvignon. HEX triplet: EC, E8 and E6. RGB value is (236,232,230). Sum of RGB (Red+Green+Blue) = 236+232+230=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 232 (91.02% from 255 or 33.24% from 698); Blue value is 230 (90.23% from 255 or 32.95% from 698); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE8E6 is #131719. Grayscale: #E8E8E8. Windows color (decimal): -1251098 or 15132908. OLE color: 15132908.
HSL color Cylindrical-coordinate representation of color #ECE8E6: hue angle of 20º degrees, saturation: 0.14, 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 #ECE8E6 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 230 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.07 |
| HSL | 20º | 0.14% | 0.91% | - |
| HSV(B) | 20º | 0.03% | 0.93% | - |
| XYZ | 77.73 | 81.26 | 86.45 | - |
| YUV | 232.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 230 | 0 | 0.02 | 0.03 | 0.07 | 20 | 0.14 | 0.91 |
| Hex | EC | E8 | E6 | 0 | 2 | 3 | 7 | 14 | E | 5B |
| Octal | 354 | 350 | 346 | 0 | 2 | 3 | 7 | 24 | 16 | 133 |
| Binary | 11101100 | 11101000 | 11100110 | 0 | 10 | 11 | 111 | 10100 | 1110 | 1011011 |
Color Harmonies of #ECE8E6
Complementary color
Monochromatic Colors of #ECE8E6
Black with #ECE8E6
Text Example
Text Example
White with #ECE8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8E6; }
p { color: rgb(236,232,230); }
H1.HeaderClassName
{
color: #ECE8E6;
}
.AnyTagClassName
{
color: #ECE8E6;
}
</style>
background-color css
<style>
a { background-color: #ECE8E6; }
a { background-color: rgb(236,232,230); }
div.DivClassName
{
background-color: #ECE8E6;
}
.BgClassName
{
background-color: #ECE8E6;
}
</style>
border-color css
<style>
span { border-color: #ECE8E6; }
span { border-color: rgb(236,232,230); }
td.TdClassName
{
border-color: #ECE8E6;
}
.TagClassName
{
border-color: #ECE8E6;
}
</style>