Shades of Selago #ECE7EB
Tints of Selago #ECE7EB
RGB
CMYK
RGB Variations
Color information
#ECE7EB (or 0xECE7EB) is known color: Selago. HEX triplet: EC, E7 and EB. RGB value is (236,231,235). Sum of RGB (Red+Green+Blue) = 236+231+235=702 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.62% from 702); Green value is 231 (90.62% from 255 or 32.91% from 702); Blue value is 235 (92.19% from 255 or 33.48% from 702); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE7EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE7EB is #131814. Grayscale: #E8E8E8. Windows color (decimal): -1251349 or 15460332. OLE color: 15460332.
HSL color Cylindrical-coordinate representation of color #ECE7EB: hue angle of 312º 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 #ECE7EB is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 231 | 235 | - |
CMYK | 0 | 0.02 | 0.00 | 0.07 |
HSL | 312º | 0.12% | 0.92% | - |
HSV(B) | 312º | 0.02% | 0.93% | - |
XYZ | 78.16 | 80.98 | 90.11 | - |
YUV | 232.95 | 129.16 | 130.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 231 | 235 | 0 | 0.02 | 0.00 | 0.07 | 312 | 0.12 | 0.92 |
Hex | EC | E7 | EB | 0 | 2 | 0 | 7 | 138 | C | 5C |
Octal | 354 | 347 | 353 | 0 | 2 | 0 | 7 | 470 | 14 | 134 |
Binary | 11101100 | 11100111 | 11101011 | 0 | 10 | 0 | 111 | 100111000 | 1100 | 1011100 |
Color Harmonies of #ECE7EB
Complementary color
Monochromatic Colors of #ECE7EB
Black with #ECE7EB
Text Example
Text Example
White with #ECE7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE7EB; }
p { color: rgb(236,231,235); }
H1.HeaderClassName
{
color: #ECE7EB;
}
.AnyTagClassName
{
color: #ECE7EB;
}
</style>
background-color css
<style>
a { background-color: #ECE7EB; }
a { background-color: rgb(236,231,235); }
div.DivClassName
{
background-color: #ECE7EB;
}
.BgClassName
{
background-color: #ECE7EB;
}
</style>
border-color css
<style>
span { border-color: #ECE7EB; }
span { border-color: rgb(236,231,235); }
td.TdClassName
{
border-color: #ECE7EB;
}
.TagClassName
{
border-color: #ECE7EB;
}
</style>