Shades of Selago #EDE1EF
Tints of Selago #EDE1EF
RGB
CMYK
RGB Variations
Color information
#EDE1EF (or 0xEDE1EF) is known color: Selago. HEX triplet: ED, E1 and EF. RGB value is (237,225,239). Sum of RGB (Red+Green+Blue) = 237+225+239=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 225 (88.28% from 255 or 32.10% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDE1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE1EF is #121E10. Grayscale: #E6E6E6. Windows color (decimal): -1187345 or 15720941. OLE color: 15720941.
HSL color Cylindrical-coordinate representation of color #EDE1EF: hue angle of 291.43º degrees, saturation: 0.3, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDE1EF is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 225 | 239 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.06 |
| HSL | 291.43º | 0.3% | 0.91% | - |
| HSV(B) | 291.43º | 0.06% | 0.94% | - |
| XYZ | 77.43 | 78.09 | 92.65 | - |
| YUV | 230.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 239 | 0.01 | 0.06 | 0 | 0.06 | 291.43 | 0.3 | 0.91 |
| Hex | ED | E1 | EF | 1 | 6 | 0 | 6 | 123 | 1E | 5B |
| Octal | 355 | 341 | 357 | 1 | 6 | 0 | 6 | 443 | 36 | 133 |
| Binary | 11101101 | 11100001 | 11101111 | 1 | 110 | 0 | 110 | 100100011 | 11110 | 1011011 |
Color Harmonies of #EDE1EF
Complementary color
Monochromatic Colors of #EDE1EF
Black with #EDE1EF
Text Example
Text Example
White with #EDE1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE1EF; }
p { color: rgb(237,225,239); }
H1.HeaderClassName
{
color: #EDE1EF;
}
.AnyTagClassName
{
color: #EDE1EF;
}
</style>
background-color css
<style>
a { background-color: #EDE1EF; }
a { background-color: rgb(237,225,239); }
div.DivClassName
{
background-color: #EDE1EF;
}
.BgClassName
{
background-color: #EDE1EF;
}
</style>
border-color css
<style>
span { border-color: #EDE1EF; }
span { border-color: rgb(237,225,239); }
td.TdClassName
{
border-color: #EDE1EF;
}
.TagClassName
{
border-color: #EDE1EF;
}
</style>