#EED5F3

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

Shades of Selago #EED5F3

Tints of Selago #EED5F3

Color information

#EED5F3 (or 0xEED5F3) is unknown color: approx Selago. HEX triplet: EE, D5 and F3. RGB value is (238,213,243). Sum of RGB (Red+Green+Blue) = 238+213+243=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 213 (83.59% from 255 or 30.69% from 694); Blue value is 243 (95.31% from 255 or 35.01% from 694); Max value from RGB is 243 - color contains mainly: blue. Hex color #EED5F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED5F3 is #112A0C. Grayscale: #DFDFDF. Windows color (decimal): -1124877 or 15980014. OLE color: 15980014.

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

Color convert

RGB238213243-
CMYK0.020.1200.05
HSL290º55.56%89.41%-
HSV(B)290º12.35%95.29%-
XYZ75.2372.2494.77-
YUV223.9138.78138.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.29%
GREEN value IS 213 (83.59% from 255) = 30.69%
BLUE value IS 243 (95.31% from 255) = 35.01%
R=34.29%
G=30.69%
B=35.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382132430.020.1200.0529055.5689.41
HexEED5F32C051223859
Octal3563253632140544270131
Binary11101110110101011111001110110001011001000101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED5F3; }

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

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

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

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

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

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

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

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