Shades of Selago #EEDFF2
Tints of Selago #EEDFF2
RGB
CMYK
RGB Variations
Color information
#EEDFF2 (or 0xEEDFF2) is known color: Selago. HEX triplet: EE, DF and F2. RGB value is (238,223,242). Sum of RGB (Red+Green+Blue) = 238+223+242=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 242 (94.92% from 255 or 34.42% from 703); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEDFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFF2 is #11200D. Grayscale: #E5E5E5. Windows color (decimal): -1122318 or 15917038. OLE color: 15917038.
HSL color Cylindrical-coordinate representation of color #EEDFF2: hue angle of 287.37º degrees, saturation: 0.42, 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 #EEDFF2 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 223 | 242 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.05 |
| HSL | 287.37º | 0.42% | 0.91% | - |
| HSV(B) | 287.37º | 0.08% | 0.95% | - |
| XYZ | 77.67 | 77.36 | 94.84 | - |
| YUV | 229.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 242 | 0.02 | 0.08 | 0 | 0.05 | 287.37 | 0.42 | 0.91 |
| Hex | EE | DF | F2 | 2 | 8 | 0 | 5 | 11F | 2A | 5B |
| Octal | 356 | 337 | 362 | 2 | 10 | 0 | 5 | 437 | 52 | 133 |
| Binary | 11101110 | 11011111 | 11110010 | 10 | 1000 | 0 | 101 | 100011111 | 101010 | 1011011 |
Color Harmonies of #EEDFF2
Complementary color
Monochromatic Colors of #EEDFF2
Black with #EEDFF2
Text Example
Text Example
White with #EEDFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDFF2; }
p { color: rgb(238,223,242); }
H1.HeaderClassName
{
color: #EEDFF2;
}
.AnyTagClassName
{
color: #EEDFF2;
}
</style>
background-color css
<style>
a { background-color: #EEDFF2; }
a { background-color: rgb(238,223,242); }
div.DivClassName
{
background-color: #EEDFF2;
}
.BgClassName
{
background-color: #EEDFF2;
}
</style>
border-color css
<style>
span { border-color: #EEDFF2; }
span { border-color: rgb(238,223,242); }
td.TdClassName
{
border-color: #EEDFF2;
}
.TagClassName
{
border-color: #EEDFF2;
}
</style>