Shades of Selago #EED9F0
Tints of Selago #EED9F0
RGB
CMYK
RGB Variations
Color information
#EED9F0 (or 0xEED9F0) is known color: Selago. HEX triplet: EE, D9 and F0. RGB value is (238,217,240). Sum of RGB (Red+Green+Blue) = 238+217+240=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 217 (85.16% from 255 or 31.22% from 695); Blue value is 240 (94.14% from 255 or 34.53% from 695); Max value from RGB is 240 - color contains mainly: blue. Hex color #EED9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9F0 is #11260F. Grayscale: #E1E1E1. Windows color (decimal): -1123856 or 15784430. OLE color: 15784430.
HSL color Cylindrical-coordinate representation of color #EED9F0: hue angle of 294.78º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EED9F0 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 238 | 217 | 240 | - |
CMYK | 0.01 | 0.10 | 0 | 0.06 |
HSL | 294.78º | 0.43% | 0.9% | - |
HSV(B) | 294.78º | 0.1% | 0.94% | - |
XYZ | 75.8 | 74.09 | 92.74 | - |
YUV | 225.9 | 135.96 | 136.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 217 | 240 | 0.01 | 0.10 | 0 | 0.06 | 294.78 | 0.43 | 0.9 |
Hex | EE | D9 | F0 | 1 | A | 0 | 6 | 127 | 2B | 5A |
Octal | 356 | 331 | 360 | 1 | 12 | 0 | 6 | 447 | 53 | 132 |
Binary | 11101110 | 11011001 | 11110000 | 1 | 1010 | 0 | 110 | 100100111 | 101011 | 1011010 |
Color Harmonies of #EED9F0
Complementary color
Monochromatic Colors of #EED9F0
Black with #EED9F0
Text Example
Text Example
White with #EED9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED9F0; }
p { color: rgb(238,217,240); }
H1.HeaderClassName
{
color: #EED9F0;
}
.AnyTagClassName
{
color: #EED9F0;
}
</style>
background-color css
<style>
a { background-color: #EED9F0; }
a { background-color: rgb(238,217,240); }
div.DivClassName
{
background-color: #EED9F0;
}
.BgClassName
{
background-color: #EED9F0;
}
</style>
border-color css
<style>
span { border-color: #EED9F0; }
span { border-color: rgb(238,217,240); }
td.TdClassName
{
border-color: #EED9F0;
}
.TagClassName
{
border-color: #EED9F0;
}
</style>