#EEDCF1

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

Shades of Selago #EEDCF1

Tints of Selago #EEDCF1

Color information

#EEDCF1 (or 0xEEDCF1) is unknown color: approx Selago. HEX triplet: EE, DC and F1. RGB value is (238,220,241). Sum of RGB (Red+Green+Blue) = 238+220+241=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEDCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCF1 is #11230E. Grayscale: #E3E3E3. Windows color (decimal): -1123087 or 15850734. OLE color: 15850734.

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

Color convert

RGB238220241-
CMYK0.010.0900.05
HSL291.43º42.86%90.39%-
HSV(B)291.43º8.71%94.51%-
XYZ76.7375.7193.79-
YUV227.78135.46135.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.05%
GREEN value IS 220 (86.33% from 255) = 31.47%
BLUE value IS 241 (94.53% from 255) = 34.48%
R=34.05%
G=31.47%
B=34.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382202410.010.0900.05291.4342.8690.39
HexEEDCF119051232b5a
Octal3563343611110544353132
Binary1110111011011100111100011100101011001000111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCF1; }

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

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

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

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

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

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

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

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