Shades of Selago #ECE7ED
Tints of Selago #ECE7ED
RGB
CMYK
RGB Variations
Color information
#ECE7ED (or 0xECE7ED) is known color: Selago. HEX triplet: EC, E7 and ED. RGB value is (236,231,237). Sum of RGB (Red+Green+Blue) = 236+231+237=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 231 (90.62% from 255 or 32.81% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECE7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE7ED is #131812. Grayscale: #E9E9E9. Windows color (decimal): -1251347 or 15591404. OLE color: 15591404.
HSL color Cylindrical-coordinate representation of color #ECE7ED: hue angle of 290º degrees, saturation: 0.14, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECE7ED is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 231 | 237 | - |
CMYK | 0.00 | 0.03 | 0 | 0.07 |
HSL | 290º | 0.14% | 0.92% | - |
HSV(B) | 290º | 0.03% | 0.93% | - |
XYZ | 78.45 | 81.1 | 91.64 | - |
YUV | 233.18 | 130.16 | 130.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 231 | 237 | 0.00 | 0.03 | 0 | 0.07 | 290 | 0.14 | 0.92 |
Hex | EC | E7 | ED | 0 | 3 | 0 | 7 | 122 | E | 5C |
Octal | 354 | 347 | 355 | 0 | 3 | 0 | 7 | 442 | 16 | 134 |
Binary | 11101100 | 11100111 | 11101101 | 0 | 11 | 0 | 111 | 100100010 | 1110 | 1011100 |
Color Harmonies of #ECE7ED
Complementary color
Monochromatic Colors of #ECE7ED
Black with #ECE7ED
Text Example
Text Example
White with #ECE7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE7ED; }
p { color: rgb(236,231,237); }
H1.HeaderClassName
{
color: #ECE7ED;
}
.AnyTagClassName
{
color: #ECE7ED;
}
</style>
background-color css
<style>
a { background-color: #ECE7ED; }
a { background-color: rgb(236,231,237); }
div.DivClassName
{
background-color: #ECE7ED;
}
.BgClassName
{
background-color: #ECE7ED;
}
</style>
border-color css
<style>
span { border-color: #ECE7ED; }
span { border-color: rgb(236,231,237); }
td.TdClassName
{
border-color: #ECE7ED;
}
.TagClassName
{
border-color: #ECE7ED;
}
</style>