Shades of Selago #EBE3ED
Tints of Selago #EBE3ED
RGB
CMYK
RGB Variations
Color information
#EBE3ED (or 0xEBE3ED) is known color: Selago. HEX triplet: EB, E3 and ED. RGB value is (235,227,237). Sum of RGB (Red+Green+Blue) = 235+227+237=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 227 (89.06% from 255 or 32.47% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBE3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE3ED is #141C12. Grayscale: #E6E6E6. Windows color (decimal): -1317907 or 15590379. OLE color: 15590379.
HSL color Cylindrical-coordinate representation of color #EBE3ED: hue angle of 288º degrees, saturation: 0.22, 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 #EBE3ED is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 227 | 237 | - |
CMYK | 0.01 | 0.04 | 0 | 0.07 |
HSL | 288º | 0.22% | 0.91% | - |
HSV(B) | 288º | 0.04% | 0.93% | - |
XYZ | 77.02 | 78.71 | 91.26 | - |
YUV | 230.53 | 131.65 | 131.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 227 | 237 | 0.01 | 0.04 | 0 | 0.07 | 288 | 0.22 | 0.91 |
Hex | EB | E3 | ED | 1 | 4 | 0 | 7 | 120 | 16 | 5B |
Octal | 353 | 343 | 355 | 1 | 4 | 0 | 7 | 440 | 26 | 133 |
Binary | 11101011 | 11100011 | 11101101 | 1 | 100 | 0 | 111 | 100100000 | 10110 | 1011011 |
Color Harmonies of #EBE3ED
Complementary color
Monochromatic Colors of #EBE3ED
Black with #EBE3ED
Text Example
Text Example
White with #EBE3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE3ED; }
p { color: rgb(235,227,237); }
H1.HeaderClassName
{
color: #EBE3ED;
}
.AnyTagClassName
{
color: #EBE3ED;
}
</style>
background-color css
<style>
a { background-color: #EBE3ED; }
a { background-color: rgb(235,227,237); }
div.DivClassName
{
background-color: #EBE3ED;
}
.BgClassName
{
background-color: #EBE3ED;
}
</style>
border-color css
<style>
span { border-color: #EBE3ED; }
span { border-color: rgb(235,227,237); }
td.TdClassName
{
border-color: #EBE3ED;
}
.TagClassName
{
border-color: #EBE3ED;
}
</style>