Shades of Selago #EED9F2
Tints of Selago #EED9F2
RGB
CMYK
RGB Variations
Color information
#EED9F2 (or 0xEED9F2) is known color: Selago. HEX triplet: EE, D9 and F2. RGB value is (238,217,242). Sum of RGB (Red+Green+Blue) = 238+217+242=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 217 (85.16% from 255 or 31.13% from 697); Blue value is 242 (94.92% from 255 or 34.72% from 697); Max value from RGB is 242 - color contains mainly: blue. Hex color #EED9F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9F2 is #11260D. Grayscale: #E2E2E2. Windows color (decimal): -1123854 or 15915502. OLE color: 15915502.
HSL color Cylindrical-coordinate representation of color #EED9F2: hue angle of 290.4º degrees, saturation: 0.49, 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 #EED9F2 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 217 | 242 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.05 |
| HSL | 290.4º | 0.49% | 0.9% | - |
| HSV(B) | 290.4º | 0.1% | 0.95% | - |
| XYZ | 76.1 | 74.21 | 94.32 | - |
| YUV | 226.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 242 | 0.02 | 0.10 | 0 | 0.05 | 290.4 | 0.49 | 0.9 |
| Hex | EE | D9 | F2 | 2 | A | 0 | 5 | 122 | 31 | 5A |
| Octal | 356 | 331 | 362 | 2 | 12 | 0 | 5 | 442 | 61 | 132 |
| Binary | 11101110 | 11011001 | 11110010 | 10 | 1010 | 0 | 101 | 100100010 | 110001 | 1011010 |
Color Harmonies of #EED9F2
Complementary color
Monochromatic Colors of #EED9F2
Black with #EED9F2
Text Example
Text Example
White with #EED9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED9F2; }
p { color: rgb(238,217,242); }
H1.HeaderClassName
{
color: #EED9F2;
}
.AnyTagClassName
{
color: #EED9F2;
}
</style>
background-color css
<style>
a { background-color: #EED9F2; }
a { background-color: rgb(238,217,242); }
div.DivClassName
{
background-color: #EED9F2;
}
.BgClassName
{
background-color: #EED9F2;
}
</style>
border-color css
<style>
span { border-color: #EED9F2; }
span { border-color: rgb(238,217,242); }
td.TdClassName
{
border-color: #EED9F2;
}
.TagClassName
{
border-color: #EED9F2;
}
</style>