Shades of Sauvignon #ECE9E7
Tints of Sauvignon #ECE9E7
RGB
CMYK
RGB Variations
Color information
#ECE9E7 (or 0xECE9E7) is known color: Sauvignon. HEX triplet: EC, E9 and E7. RGB value is (236,233,231). Sum of RGB (Red+Green+Blue) = 236+233+231=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 233 (91.41% from 255 or 33.29% from 700); Blue value is 231 (90.62% from 255 or 33% from 700); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE9E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE9E7 is #131618. Grayscale: #E9E9E9. Windows color (decimal): -1250841 or 15198700. OLE color: 15198700.
HSL color Cylindrical-coordinate representation of color #ECE9E7: hue angle of 24º degrees, saturation: 0.12, 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 #ECE9E7 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 233 | 231 | - |
CMYK | 0 | 0.01 | 0.02 | 0.07 |
HSL | 24º | 0.12% | 0.92% | - |
HSV(B) | 24º | 0.02% | 0.93% | - |
XYZ | 78.15 | 81.88 | 87.29 | - |
YUV | 233.67 | 126.49 | 129.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 233 | 231 | 0 | 0.01 | 0.02 | 0.07 | 24 | 0.12 | 0.92 |
Hex | EC | E9 | E7 | 0 | 1 | 2 | 7 | 18 | C | 5C |
Octal | 354 | 351 | 347 | 0 | 1 | 2 | 7 | 30 | 14 | 134 |
Binary | 11101100 | 11101001 | 11100111 | 0 | 1 | 10 | 111 | 11000 | 1100 | 1011100 |
Color Harmonies of #ECE9E7
Complementary color
Monochromatic Colors of #ECE9E7
Black with #ECE9E7
Text Example
Text Example
White with #ECE9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE9E7; }
p { color: rgb(236,233,231); }
H1.HeaderClassName
{
color: #ECE9E7;
}
.AnyTagClassName
{
color: #ECE9E7;
}
</style>
background-color css
<style>
a { background-color: #ECE9E7; }
a { background-color: rgb(236,233,231); }
div.DivClassName
{
background-color: #ECE9E7;
}
.BgClassName
{
background-color: #ECE9E7;
}
</style>
border-color css
<style>
span { border-color: #ECE9E7; }
span { border-color: rgb(236,233,231); }
td.TdClassName
{
border-color: #ECE9E7;
}
.TagClassName
{
border-color: #ECE9E7;
}
</style>