#EEDFF1

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

Shades of Selago #EEDFF1

Tints of Selago #EEDFF1

Color information

#EEDFF1 (or 0xEEDFF1) is unknown color: approx Selago. HEX triplet: EE, DF and F1. RGB value is (238,223,241). Sum of RGB (Red+Green+Blue) = 238+223+241=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 241 (94.53% from 255 or 34.33% from 702); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEDFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFF1 is #11200E. Grayscale: #E5E5E5. Windows color (decimal): -1122319 or 15851502. OLE color: 15851502.

HSL color Cylindrical-coordinate representation of color #EEDFF1: hue angle of 290º degrees, saturation: 0.39, 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 #EEDFF1 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238223241-
CMYK0.010.0700.05
HSL290º39.13%90.98%-
HSV(B)290º7.47%94.51%-
XYZ77.5277.394.05-
YUV229.54134.47134.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.90%
GREEN value IS 223 (87.5% from 255) = 31.77%
BLUE value IS 241 (94.53% from 255) = 34.33%
R=33.90%
G=31.77%
B=34.33%

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
Decimal2382232410.010.0700.0529039.1390.98
HexEEDFF11705122275b
Octal356337361170544247133
Binary111011101101111111110001111101011001000101001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFF1; }

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

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

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

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

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

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

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

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