Shades of Selago #EDDEF0
Tints of Selago #EDDEF0
RGB
CMYK
RGB Variations
Color information
#EDDEF0 (or 0xEDDEF0) is known color: Selago. HEX triplet: ED, DE and F0. RGB value is (237,222,240). Sum of RGB (Red+Green+Blue) = 237+222+240=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDDEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEF0 is #12210F. Grayscale: #E4E4E4. Windows color (decimal): -1188112 or 15785709. OLE color: 15785709.
HSL color Cylindrical-coordinate representation of color #EDDEF0: hue angle of 290º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDDEF0 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 222 | 240 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.06 |
| HSL | 290º | 0.38% | 0.91% | - |
| HSV(B) | 290º | 0.07% | 0.94% | - |
| XYZ | 76.77 | 76.54 | 93.17 | - |
| YUV | 228.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 240 | 0.01 | 0.08 | 0 | 0.06 | 290 | 0.38 | 0.91 |
| Hex | ED | DE | F0 | 1 | 8 | 0 | 6 | 122 | 26 | 5B |
| Octal | 355 | 336 | 360 | 1 | 10 | 0 | 6 | 442 | 46 | 133 |
| Binary | 11101101 | 11011110 | 11110000 | 1 | 1000 | 0 | 110 | 100100010 | 100110 | 1011011 |
Color Harmonies of #EDDEF0
Complementary color
Monochromatic Colors of #EDDEF0
Black with #EDDEF0
Text Example
Text Example
White with #EDDEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDEF0; }
p { color: rgb(237,222,240); }
H1.HeaderClassName
{
color: #EDDEF0;
}
.AnyTagClassName
{
color: #EDDEF0;
}
</style>
background-color css
<style>
a { background-color: #EDDEF0; }
a { background-color: rgb(237,222,240); }
div.DivClassName
{
background-color: #EDDEF0;
}
.BgClassName
{
background-color: #EDDEF0;
}
</style>
border-color css
<style>
span { border-color: #EDDEF0; }
span { border-color: rgb(237,222,240); }
td.TdClassName
{
border-color: #EDDEF0;
}
.TagClassName
{
border-color: #EDDEF0;
}
</style>