Shades of Selago #EEDCF2
Tints of Selago #EEDCF2
RGB
CMYK
RGB Variations
Color information
#EEDCF2 (or 0xEEDCF2) is known color: Selago. HEX triplet: EE, DC and F2. RGB value is (238,220,242). Sum of RGB (Red+Green+Blue) = 238+220+242=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 242 (94.92% from 255 or 34.57% from 700); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEDCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCF2 is #11230D. Grayscale: #E3E3E3. Windows color (decimal): -1123086 or 15916270. OLE color: 15916270.
HSL color Cylindrical-coordinate representation of color #EEDCF2: hue angle of 289.09º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEDCF2 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 220 | 242 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.05 |
| HSL | 289.09º | 0.46% | 0.91% | - |
| HSV(B) | 289.09º | 0.09% | 0.95% | - |
| XYZ | 76.88 | 75.77 | 94.58 | - |
| YUV | 227.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 242 | 0.02 | 0.09 | 0 | 0.05 | 289.09 | 0.46 | 0.91 |
| Hex | EE | DC | F2 | 2 | 9 | 0 | 5 | 121 | 2E | 5B |
| Octal | 356 | 334 | 362 | 2 | 11 | 0 | 5 | 441 | 56 | 133 |
| Binary | 11101110 | 11011100 | 11110010 | 10 | 1001 | 0 | 101 | 100100001 | 101110 | 1011011 |
Color Harmonies of #EEDCF2
Complementary color
Monochromatic Colors of #EEDCF2
Black with #EEDCF2
Text Example
Text Example
White with #EEDCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCF2; }
p { color: rgb(238,220,242); }
H1.HeaderClassName
{
color: #EEDCF2;
}
.AnyTagClassName
{
color: #EEDCF2;
}
</style>
background-color css
<style>
a { background-color: #EEDCF2; }
a { background-color: rgb(238,220,242); }
div.DivClassName
{
background-color: #EEDCF2;
}
.BgClassName
{
background-color: #EEDCF2;
}
</style>
border-color css
<style>
span { border-color: #EEDCF2; }
span { border-color: rgb(238,220,242); }
td.TdClassName
{
border-color: #EEDCF2;
}
.TagClassName
{
border-color: #EEDCF2;
}
</style>