#EDDEF1

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

Shades of Selago #EDDEF1

Tints of Selago #EDDEF1

Color information

#EDDEF1 (or 0xEDDEF1) is unknown color: approx Selago. HEX triplet: ED, DE and F1. RGB value is (237,222,241). Sum of RGB (Red+Green+Blue) = 237+222+241=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDDEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEF1 is #12210E. Grayscale: #E4E4E4. Windows color (decimal): -1188111 or 15851245. OLE color: 15851245.

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

Color convert

RGB237222241-
CMYK0.020.0800.05
HSL287.37º40.43%90.78%-
HSV(B)287.37º7.88%94.51%-
XYZ76.9276.693.95-
YUV228.65134.97133.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.86%
GREEN value IS 222 (87.11% from 255) = 31.71%
BLUE value IS 241 (94.53% from 255) = 34.43%
R=33.86%
G=31.71%
B=34.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372222410.020.0800.05287.3740.4390.78
HexEDDEF1280511f285b
Octal3553363612100543750133
Binary11101101110111101111000110100001011000111111010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEF1; }

 p { color: rgb(237,222,241); }

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

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

 a { background-color: rgb(237,222,241); }

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

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

 span { border-color: rgb(237,222,241); }

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