#EEE0F1

Color #EEE0F1 Selago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selago #EEE0F1

Tints of Selago #EEE0F1

Color information

#EEE0F1 (or 0xEEE0F1) is unknown color: approx Selago. HEX triplet: EE, E0 and F1. RGB value is (238,224,241). Sum of RGB (Red+Green+Blue) = 238+224+241=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 224 (87.89% from 255 or 31.86% from 703); Blue value is 241 (94.53% from 255 or 34.28% from 703); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEE0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE0F1 is #111F0E. Grayscale: #E6E6E6. Windows color (decimal): -1122063 or 15851758. OLE color: 15851758.

HSL color Cylindrical-coordinate representation of color #EEE0F1: hue angle of 289.41º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEE0F1 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238224241-
CMYK0.010.0700.05
HSL289.41º37.78%91.18%-
HSV(B)289.41º7.05%94.51%-
XYZ77.7977.8494.14-
YUV230.12134.14133.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 33.85%
GREEN value IS 224 (87.89% from 255) = 31.86%
BLUE value IS 241 (94.53% from 255) = 34.28%
R=33.85%
G=31.86%
B=34.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382242410.010.0700.05289.4137.7891.18
HexEEE0F11705121265b
Octal356340361170544146133
Binary111011101110000011110001111101011001000011001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE0F1; }

 p { color: rgb(238,224,241); }

 H1.HeaderClassName
 {
   color: #EEE0F1;
 }
 .AnyTagClassName
 {
   color: #EEE0F1;
 }
</style>
background-color css

<style>
 a { background-color: #EEE0F1; }

 a { background-color: rgb(238,224,241); }

 div.DivClassName
 {
   background-color: #EEE0F1;
 }
 .BgClassName
 {
   background-color: #EEE0F1;
 }
</style>
border-color css

<style>
 span { border-color: #EEE0F1; }

 span { border-color: rgb(238,224,241); }

 td.TdClassName
 {
   border-color: #EEE0F1;
 }
 .TagClassName
 {
   border-color: #EEE0F1;
 }
</style>