#EEDDF2

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

Shades of Selago #EEDDF2

Tints of Selago #EEDDF2

Color information

#EEDDF2 (or 0xEEDDF2) is unknown color: approx Selago. HEX triplet: EE, DD and F2. RGB value is (238,221,242). Sum of RGB (Red+Green+Blue) = 238+221+242=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 221 (86.72% from 255 or 31.53% from 701); Blue value is 242 (94.92% from 255 or 34.52% from 701); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEDDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDDF2 is #11220D. Grayscale: #E4E4E4. Windows color (decimal): -1122830 or 15916526. OLE color: 15916526.

HSL color Cylindrical-coordinate representation of color #EEDDF2: hue angle of 288.57º degrees, saturation: 0.45, 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 #EEDDF2 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238221242-
CMYK0.020.0900.05
HSL288.57º44.68%90.78%-
HSV(B)288.57º8.68%94.9%-
XYZ77.1476.394.67-
YUV228.48135.63134.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.95%
GREEN value IS 221 (86.72% from 255) = 31.53%
BLUE value IS 242 (94.92% from 255) = 34.52%
R=33.95%
G=31.53%
B=34.52%

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
Decimal2382212420.020.0900.05288.5744.6890.78
HexEEDDF229051212d5b
Octal3563353622110544155133
Binary11101110110111011111001010100101011001000011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDF2; }

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

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

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

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

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

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

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

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