Shades of Selago #EDE5EF
Tints of Selago #EDE5EF
RGB
CMYK
RGB Variations
Color information
#EDE5EF (or 0xEDE5EF) is known color: Selago. HEX triplet: ED, E5 and EF. RGB value is (237,229,239). Sum of RGB (Red+Green+Blue) = 237+229+239=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 229 (89.84% from 255 or 32.48% from 705); Blue value is 239 (93.75% from 255 or 33.90% from 705); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDE5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5EF is #121A10. Grayscale: #E8E8E8. Windows color (decimal): -1186321 or 15721965. OLE color: 15721965.
HSL color Cylindrical-coordinate representation of color #EDE5EF: hue angle of 288º degrees, saturation: 0.24, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDE5EF is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 229 | 239 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.06 |
| HSL | 288º | 0.24% | 0.92% | - |
| HSV(B) | 288º | 0.04% | 0.94% | - |
| XYZ | 78.52 | 80.28 | 93.02 | - |
| YUV | 232.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 239 | 0.01 | 0.04 | 0 | 0.06 | 288 | 0.24 | 0.92 |
| Hex | ED | E5 | EF | 1 | 4 | 0 | 6 | 120 | 18 | 5C |
| Octal | 355 | 345 | 357 | 1 | 4 | 0 | 6 | 440 | 30 | 134 |
| Binary | 11101101 | 11100101 | 11101111 | 1 | 100 | 0 | 110 | 100100000 | 11000 | 1011100 |
Color Harmonies of #EDE5EF
Complementary color
Monochromatic Colors of #EDE5EF
Black with #EDE5EF
Text Example
Text Example
White with #EDE5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5EF; }
p { color: rgb(237,229,239); }
H1.HeaderClassName
{
color: #EDE5EF;
}
.AnyTagClassName
{
color: #EDE5EF;
}
</style>
background-color css
<style>
a { background-color: #EDE5EF; }
a { background-color: rgb(237,229,239); }
div.DivClassName
{
background-color: #EDE5EF;
}
.BgClassName
{
background-color: #EDE5EF;
}
</style>
border-color css
<style>
span { border-color: #EDE5EF; }
span { border-color: rgb(237,229,239); }
td.TdClassName
{
border-color: #EDE5EF;
}
.TagClassName
{
border-color: #EDE5EF;
}
</style>