#EEDFF2

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

Shades of Selago #EEDFF2

Tints of Selago #EEDFF2

Color information

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

RGB238223242-
CMYK0.020.0800.05
HSL287.37º42.22%91.18%-
HSV(B)287.37º7.85%94.9%-
XYZ77.6777.3694.84-
YUV229.65134.97133.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.85%
GREEN value IS 223 (87.5% from 255) = 31.72%
BLUE value IS 242 (94.92% from 255) = 34.42%
R=33.85%
G=31.72%
B=34.42%

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
Decimal2382232420.020.0800.05287.3742.2291.18
HexEEDFF2280511f2a5b
Octal3563373622100543752133
Binary11101110110111111111001010100001011000111111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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