Shades of Selago #EBE1ED
Tints of Selago #EBE1ED
RGB
CMYK
RGB Variations
Color information
#EBE1ED (or 0xEBE1ED) is known color: Selago. HEX triplet: EB, E1 and ED. RGB value is (235,225,237). Sum of RGB (Red+Green+Blue) = 235+225+237=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 225 (88.28% from 255 or 32.28% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBE1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE1ED is #141E12. Grayscale: #E5E5E5. Windows color (decimal): -1318419 or 15589867. OLE color: 15589867.
HSL color Cylindrical-coordinate representation of color #EBE1ED: hue angle of 290º degrees, saturation: 0.25, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBE1ED is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 225 | 237 | - |
CMYK | 0.01 | 0.05 | 0 | 0.07 |
HSL | 290º | 0.25% | 0.91% | - |
HSV(B) | 290º | 0.05% | 0.93% | - |
XYZ | 76.47 | 77.63 | 91.07 | - |
YUV | 229.36 | 132.31 | 132.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 225 | 237 | 0.01 | 0.05 | 0 | 0.07 | 290 | 0.25 | 0.91 |
Hex | EB | E1 | ED | 1 | 5 | 0 | 7 | 122 | 19 | 5B |
Octal | 353 | 341 | 355 | 1 | 5 | 0 | 7 | 442 | 31 | 133 |
Binary | 11101011 | 11100001 | 11101101 | 1 | 101 | 0 | 111 | 100100010 | 11001 | 1011011 |
Color Harmonies of #EBE1ED
Complementary color
Monochromatic Colors of #EBE1ED
Black with #EBE1ED
Text Example
Text Example
White with #EBE1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE1ED; }
p { color: rgb(235,225,237); }
H1.HeaderClassName
{
color: #EBE1ED;
}
.AnyTagClassName
{
color: #EBE1ED;
}
</style>
background-color css
<style>
a { background-color: #EBE1ED; }
a { background-color: rgb(235,225,237); }
div.DivClassName
{
background-color: #EBE1ED;
}
.BgClassName
{
background-color: #EBE1ED;
}
</style>
border-color css
<style>
span { border-color: #EBE1ED; }
span { border-color: rgb(235,225,237); }
td.TdClassName
{
border-color: #EBE1ED;
}
.TagClassName
{
border-color: #EBE1ED;
}
</style>