Shades of Selago #EEDCF0
Tints of Selago #EEDCF0
RGB
CMYK
RGB Variations
Color information
#EEDCF0 (or 0xEEDCF0) is known color: Selago. HEX triplet: EE, DC and F0. RGB value is (238,220,240). Sum of RGB (Red+Green+Blue) = 238+220+240=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEDCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCF0 is #11230F. Grayscale: #E3E3E3. Windows color (decimal): -1123088 or 15785198. OLE color: 15785198.
HSL color Cylindrical-coordinate representation of color #EEDCF0: hue angle of 294º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDCF0 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 220 | 240 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.06 |
| HSL | 294º | 0.4% | 0.9% | - |
| HSV(B) | 294º | 0.08% | 0.94% | - |
| XYZ | 76.58 | 75.65 | 93 | - |
| YUV | 227.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 240 | 0.01 | 0.08 | 0 | 0.06 | 294 | 0.4 | 0.9 |
| Hex | EE | DC | F0 | 1 | 8 | 0 | 6 | 126 | 28 | 5A |
| Octal | 356 | 334 | 360 | 1 | 10 | 0 | 6 | 446 | 50 | 132 |
| Binary | 11101110 | 11011100 | 11110000 | 1 | 1000 | 0 | 110 | 100100110 | 101000 | 1011010 |
Color Harmonies of #EEDCF0
Complementary color
Monochromatic Colors of #EEDCF0
Black with #EEDCF0
Text Example
Text Example
White with #EEDCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCF0; }
p { color: rgb(238,220,240); }
H1.HeaderClassName
{
color: #EEDCF0;
}
.AnyTagClassName
{
color: #EEDCF0;
}
</style>
background-color css
<style>
a { background-color: #EEDCF0; }
a { background-color: rgb(238,220,240); }
div.DivClassName
{
background-color: #EEDCF0;
}
.BgClassName
{
background-color: #EEDCF0;
}
</style>
border-color css
<style>
span { border-color: #EEDCF0; }
span { border-color: rgb(238,220,240); }
td.TdClassName
{
border-color: #EEDCF0;
}
.TagClassName
{
border-color: #EEDCF0;
}
</style>