Shades of Selago #EBDAEF
Tints of Selago #EBDAEF
RGB
CMYK
RGB Variations
Color information
#EBDAEF (or 0xEBDAEF) is known color: Selago. HEX triplet: EB, DA and EF. RGB value is (235,218,239). Sum of RGB (Red+Green+Blue) = 235+218+239=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBDAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDAEF is #142510. Grayscale: #E1E1E1. Windows color (decimal): -1320209 or 15719147. OLE color: 15719147.
HSL color Cylindrical-coordinate representation of color #EBDAEF: hue angle of 288.57º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBDAEF is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 218 | 239 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.06 |
| HSL | 288.57º | 0.4% | 0.9% | - |
| HSV(B) | 288.57º | 0.09% | 0.94% | - |
| XYZ | 74.91 | 74.04 | 92 | - |
| YUV | 225.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 239 | 0.02 | 0.09 | 0 | 0.06 | 288.57 | 0.4 | 0.9 |
| Hex | EB | DA | EF | 2 | 9 | 0 | 6 | 121 | 28 | 5A |
| Octal | 353 | 332 | 357 | 2 | 11 | 0 | 6 | 441 | 50 | 132 |
| Binary | 11101011 | 11011010 | 11101111 | 10 | 1001 | 0 | 110 | 100100001 | 101000 | 1011010 |
Color Harmonies of #EBDAEF
Complementary color
Monochromatic Colors of #EBDAEF
Black with #EBDAEF
Text Example
Text Example
White with #EBDAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDAEF; }
p { color: rgb(235,218,239); }
H1.HeaderClassName
{
color: #EBDAEF;
}
.AnyTagClassName
{
color: #EBDAEF;
}
</style>
background-color css
<style>
a { background-color: #EBDAEF; }
a { background-color: rgb(235,218,239); }
div.DivClassName
{
background-color: #EBDAEF;
}
.BgClassName
{
background-color: #EBDAEF;
}
</style>
border-color css
<style>
span { border-color: #EBDAEF; }
span { border-color: rgb(235,218,239); }
td.TdClassName
{
border-color: #EBDAEF;
}
.TagClassName
{
border-color: #EBDAEF;
}
</style>