#EED3F3

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

Shades of Selago #EED3F3

Tints of Selago #EED3F3

Color information

#EED3F3 (or 0xEED3F3) is unknown color: approx Selago. HEX triplet: EE, D3 and F3. RGB value is (238,211,243). Sum of RGB (Red+Green+Blue) = 238+211+243=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 211 (82.81% from 255 or 30.49% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 243 - color contains mainly: blue. Hex color #EED3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED3F3 is #112C0C. Grayscale: #DEDEDE. Windows color (decimal): -1125389 or 15979502. OLE color: 15979502.

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

Color convert

RGB238211243-
CMYK0.020.1300.05
HSL290.62º57.14%89.02%-
HSV(B)290.62º13.17%95.29%-
XYZ74.7371.2494.61-
YUV222.72139.45138.9-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.39%
GREEN value IS 211 (82.81% from 255) = 30.49%
BLUE value IS 243 (95.31% from 255) = 35.12%
R=34.39%
G=30.49%
B=35.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382112430.020.1300.05290.6257.1489.02
HexEED3F32D051233959
Octal3563233632150544371131
Binary11101110110100111111001110110101011001000111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED3F3; }

 p { color: rgb(238,211,243); }

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

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

 a { background-color: rgb(238,211,243); }

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

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

 span { border-color: rgb(238,211,243); }

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