#EDDAF2

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

Shades of Selago #EDDAF2

Tints of Selago #EDDAF2

Color information

#EDDAF2 (or 0xEDDAF2) is unknown color: approx Selago. HEX triplet: ED, DA and F2. RGB value is (237,218,242). Sum of RGB (Red+Green+Blue) = 237+218+242=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 242 (94.92% from 255 or 34.72% from 697); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDDAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDAF2 is #12250D. Grayscale: #E2E2E2. Windows color (decimal): -1189134 or 15915757. OLE color: 15915757.

HSL color Cylindrical-coordinate representation of color #EDDAF2: hue angle of 287.5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDDAF2 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237218242-
CMYK0.020.1000.05
HSL287.5º48%90.2%-
HSV(B)287.5º9.92%94.9%-
XYZ76.0274.5694.39-
YUV226.42136.79135.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.00%
GREEN value IS 218 (85.55% from 255) = 31.28%
BLUE value IS 242 (94.92% from 255) = 34.72%
R=34.00%
G=31.28%
B=34.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372182420.020.1000.05287.54890.2
HexEDDAF22A05120305a
Octal3553323622120544060132
Binary11101101110110101111001010101001011001000001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDAF2; }

 p { color: rgb(237,218,242); }

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

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

 a { background-color: rgb(237,218,242); }

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

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

 span { border-color: rgb(237,218,242); }

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