Shades of Selago #EDD8EF
Tints of Selago #EDD8EF
RGB
CMYK
RGB Variations
Color information
#EDD8EF (or 0xEDD8EF) is known color: Selago. HEX triplet: ED, D8 and EF. RGB value is (237,216,239). Sum of RGB (Red+Green+Blue) = 237+216+239=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 216 (84.77% from 255 or 31.21% 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 #EDD8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD8EF is #122710. Grayscale: #E0E0E0. Windows color (decimal): -1189649 or 15718637. OLE color: 15718637.
HSL color Cylindrical-coordinate representation of color #EDD8EF: hue angle of 294.78º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDD8EF is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 216 | 239 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.06 |
| HSL | 294.78º | 0.42% | 0.89% | - |
| HSV(B) | 294.78º | 0.1% | 0.94% | - |
| XYZ | 75.06 | 73.35 | 91.86 | - |
| YUV | 224.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 239 | 0.01 | 0.10 | 0 | 0.06 | 294.78 | 0.42 | 0.89 |
| Hex | ED | D8 | EF | 1 | A | 0 | 6 | 127 | 2A | 59 |
| Octal | 355 | 330 | 357 | 1 | 12 | 0 | 6 | 447 | 52 | 131 |
| Binary | 11101101 | 11011000 | 11101111 | 1 | 1010 | 0 | 110 | 100100111 | 101010 | 1011001 |
Color Harmonies of #EDD8EF
Complementary color
Monochromatic Colors of #EDD8EF
Black with #EDD8EF
Text Example
Text Example
White with #EDD8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD8EF; }
p { color: rgb(237,216,239); }
H1.HeaderClassName
{
color: #EDD8EF;
}
.AnyTagClassName
{
color: #EDD8EF;
}
</style>
background-color css
<style>
a { background-color: #EDD8EF; }
a { background-color: rgb(237,216,239); }
div.DivClassName
{
background-color: #EDD8EF;
}
.BgClassName
{
background-color: #EDD8EF;
}
</style>
border-color css
<style>
span { border-color: #EDD8EF; }
span { border-color: rgb(237,216,239); }
td.TdClassName
{
border-color: #EDD8EF;
}
.TagClassName
{
border-color: #EDD8EF;
}
</style>