Shades of Selago #EEDAF2
Tints of Selago #EEDAF2
RGB
CMYK
RGB Variations
Color information
#EEDAF2 (or 0xEEDAF2) is known color: Selago. HEX triplet: EE, DA and F2. RGB value is (238,218,242). Sum of RGB (Red+Green+Blue) = 238+218+242=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEDAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAF2 is #11250D. Grayscale: #E2E2E2. Windows color (decimal): -1123598 or 15915758. OLE color: 15915758.
HSL color Cylindrical-coordinate representation of color #EEDAF2: hue angle of 290º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEDAF2 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 218 | 242 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.05 |
| HSL | 290º | 0.48% | 0.9% | - |
| HSV(B) | 290º | 0.1% | 0.95% | - |
| XYZ | 76.36 | 74.73 | 94.4 | - |
| YUV | 226.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 242 | 0.02 | 0.10 | 0 | 0.05 | 290 | 0.48 | 0.9 |
| Hex | EE | DA | F2 | 2 | A | 0 | 5 | 122 | 30 | 5A |
| Octal | 356 | 332 | 362 | 2 | 12 | 0 | 5 | 442 | 60 | 132 |
| Binary | 11101110 | 11011010 | 11110010 | 10 | 1010 | 0 | 101 | 100100010 | 110000 | 1011010 |
Color Harmonies of #EEDAF2
Complementary color
Monochromatic Colors of #EEDAF2
Black with #EEDAF2
Text Example
Text Example
White with #EEDAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAF2; }
p { color: rgb(238,218,242); }
H1.HeaderClassName
{
color: #EEDAF2;
}
.AnyTagClassName
{
color: #EEDAF2;
}
</style>
background-color css
<style>
a { background-color: #EEDAF2; }
a { background-color: rgb(238,218,242); }
div.DivClassName
{
background-color: #EEDAF2;
}
.BgClassName
{
background-color: #EEDAF2;
}
</style>
border-color css
<style>
span { border-color: #EEDAF2; }
span { border-color: rgb(238,218,242); }
td.TdClassName
{
border-color: #EEDAF2;
}
.TagClassName
{
border-color: #EEDAF2;
}
</style>