#EEDCF2

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

Shades of Selago #EEDCF2

Tints of Selago #EEDCF2

Color information

#EEDCF2 (or 0xEEDCF2) is unknown color: approx Selago. HEX triplet: EE, DC and F2. RGB value is (238,220,242). Sum of RGB (Red+Green+Blue) = 238+220+242=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 242 (94.92% from 255 or 34.57% from 700); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEDCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCF2 is #11230D. Grayscale: #E3E3E3. Windows color (decimal): -1123086 or 15916270. OLE color: 15916270.

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

Color convert

RGB238220242-
CMYK0.020.0900.05
HSL289.09º45.83%90.59%-
HSV(B)289.09º9.09%94.9%-
XYZ76.8875.7794.58-
YUV227.89135.96135.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34%
GREEN value IS 220 (86.33% from 255) = 31.43%
BLUE value IS 242 (94.92% from 255) = 34.57%
R=34%
G=31.43%
B=34.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382202420.020.0900.05289.0945.8390.59
HexEEDCF229051212e5b
Octal3563343622110544156133
Binary11101110110111001111001010100101011001000011011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCF2; }

 p { color: rgb(238,220,242); }

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

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

 a { background-color: rgb(238,220,242); }

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

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

 span { border-color: rgb(238,220,242); }

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