Shades of Selago #EEDEF2
Tints of Selago #EEDEF2
RGB
CMYK
RGB Variations
Color information
#EEDEF2 (or 0xEEDEF2) is known color: Selago. HEX triplet: EE, DE and F2. RGB value is (238,222,242). Sum of RGB (Red+Green+Blue) = 238+222+242=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEDEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEF2 is #11210D. Grayscale: #E5E5E5. Windows color (decimal): -1122574 or 15916782. OLE color: 15916782.
HSL color Cylindrical-coordinate representation of color #EEDEF2: hue angle of 288º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDEF2 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 222 | 242 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.05 |
| HSL | 288º | 0.43% | 0.91% | - |
| HSV(B) | 288º | 0.08% | 0.95% | - |
| XYZ | 77.41 | 76.83 | 94.75 | - |
| YUV | 229.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 242 | 0.02 | 0.08 | 0 | 0.05 | 288 | 0.43 | 0.91 |
| Hex | EE | DE | F2 | 2 | 8 | 0 | 5 | 120 | 2B | 5B |
| Octal | 356 | 336 | 362 | 2 | 10 | 0 | 5 | 440 | 53 | 133 |
| Binary | 11101110 | 11011110 | 11110010 | 10 | 1000 | 0 | 101 | 100100000 | 101011 | 1011011 |
Color Harmonies of #EEDEF2
Complementary color
Monochromatic Colors of #EEDEF2
Black with #EEDEF2
Text Example
Text Example
White with #EEDEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEF2; }
p { color: rgb(238,222,242); }
H1.HeaderClassName
{
color: #EEDEF2;
}
.AnyTagClassName
{
color: #EEDEF2;
}
</style>
background-color css
<style>
a { background-color: #EEDEF2; }
a { background-color: rgb(238,222,242); }
div.DivClassName
{
background-color: #EEDEF2;
}
.BgClassName
{
background-color: #EEDEF2;
}
</style>
border-color css
<style>
span { border-color: #EEDEF2; }
span { border-color: rgb(238,222,242); }
td.TdClassName
{
border-color: #EEDEF2;
}
.TagClassName
{
border-color: #EEDEF2;
}
</style>