Shades of Sauvignon #ECE5E2
Tints of Sauvignon #ECE5E2
RGB
CMYK
RGB Variations
Color information
#ECE5E2 (or 0xECE5E2) is known color: Sauvignon. HEX triplet: EC, E5 and E2. RGB value is (236,229,226). Sum of RGB (Red+Green+Blue) = 236+229+226=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 229 (89.84% from 255 or 33.14% from 691); Blue value is 226 (88.67% from 255 or 32.71% from 691); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE5E2 is #131A1D. Grayscale: #E6E6E6. Windows color (decimal): -1251870 or 14869996. OLE color: 14869996.
HSL color Cylindrical-coordinate representation of color #ECE5E2: hue angle of 18º degrees, saturation: 0.21, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECE5E2 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 229 | 226 | - |
CMYK | 0 | 0.03 | 0.04 | 0.07 |
HSL | 18º | 0.21% | 0.91% | - |
HSV(B) | 18º | 0.04% | 0.93% | - |
XYZ | 76.34 | 79.36 | 83.25 | - |
YUV | 230.75 | 125.32 | 131.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 229 | 226 | 0 | 0.03 | 0.04 | 0.07 | 18 | 0.21 | 0.91 |
Hex | EC | E5 | E2 | 0 | 3 | 4 | 7 | 12 | 15 | 5B |
Octal | 354 | 345 | 342 | 0 | 3 | 4 | 7 | 22 | 25 | 133 |
Binary | 11101100 | 11100101 | 11100010 | 0 | 11 | 100 | 111 | 10010 | 10101 | 1011011 |
Color Harmonies of #ECE5E2
Complementary color
Monochromatic Colors of #ECE5E2
Black with #ECE5E2
Text Example
Text Example
White with #ECE5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE5E2; }
p { color: rgb(236,229,226); }
H1.HeaderClassName
{
color: #ECE5E2;
}
.AnyTagClassName
{
color: #ECE5E2;
}
</style>
background-color css
<style>
a { background-color: #ECE5E2; }
a { background-color: rgb(236,229,226); }
div.DivClassName
{
background-color: #ECE5E2;
}
.BgClassName
{
background-color: #ECE5E2;
}
</style>
border-color css
<style>
span { border-color: #ECE5E2; }
span { border-color: rgb(236,229,226); }
td.TdClassName
{
border-color: #ECE5E2;
}
.TagClassName
{
border-color: #ECE5E2;
}
</style>