Shades of Selago #EDD9EF
Tints of Selago #EDD9EF
RGB
CMYK
RGB Variations
Color information
#EDD9EF (or 0xEDD9EF) is known color: Selago. HEX triplet: ED, D9 and EF. RGB value is (237,217,239). Sum of RGB (Red+Green+Blue) = 237+217+239=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 217 (85.16% from 255 or 31.31% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDD9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9EF is #122610. Grayscale: #E1E1E1. Windows color (decimal): -1189393 or 15718893. OLE color: 15718893.
HSL color Cylindrical-coordinate representation of color #EDD9EF: hue angle of 294.55º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDD9EF is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 217 | 239 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.06 |
| HSL | 294.55º | 0.41% | 0.89% | - |
| HSV(B) | 294.55º | 0.09% | 0.94% | - |
| XYZ | 75.32 | 73.86 | 91.95 | - |
| YUV | 225.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 239 | 0.01 | 0.09 | 0 | 0.06 | 294.55 | 0.41 | 0.89 |
| Hex | ED | D9 | EF | 1 | 9 | 0 | 6 | 127 | 29 | 59 |
| Octal | 355 | 331 | 357 | 1 | 11 | 0 | 6 | 447 | 51 | 131 |
| Binary | 11101101 | 11011001 | 11101111 | 1 | 1001 | 0 | 110 | 100100111 | 101001 | 1011001 |
Color Harmonies of #EDD9EF
Complementary color
Monochromatic Colors of #EDD9EF
Black with #EDD9EF
Text Example
Text Example
White with #EDD9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD9EF; }
p { color: rgb(237,217,239); }
H1.HeaderClassName
{
color: #EDD9EF;
}
.AnyTagClassName
{
color: #EDD9EF;
}
</style>
background-color css
<style>
a { background-color: #EDD9EF; }
a { background-color: rgb(237,217,239); }
div.DivClassName
{
background-color: #EDD9EF;
}
.BgClassName
{
background-color: #EDD9EF;
}
</style>
border-color css
<style>
span { border-color: #EDD9EF; }
span { border-color: rgb(237,217,239); }
td.TdClassName
{
border-color: #EDD9EF;
}
.TagClassName
{
border-color: #EDD9EF;
}
</style>