#EEDEF2

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

Shades of Selago #EEDEF2

Tints of Selago #EEDEF2

Color information

#EEDEF2 (or 0xEEDEF2) is unknown color: approx 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

RGB238222242-
CMYK0.020.0800.05
HSL288º43.48%90.98%-
HSV(B)288º8.26%94.9%-
XYZ77.4176.8394.75-
YUV229.06135.3134.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.90%
GREEN value IS 222 (87.11% from 255) = 31.62%
BLUE value IS 242 (94.92% from 255) = 34.47%
R=33.90%
G=31.62%
B=34.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382222420.020.0800.0528843.4890.98
HexEEDEF228051202b5b
Octal3563363622100544053133
Binary11101110110111101111001010100001011001000001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>