#EDDAF1

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

Shades of Selago #EDDAF1

Tints of Selago #EDDAF1

Color information

#EDDAF1 (or 0xEDDAF1) is unknown color: approx Selago. HEX triplet: ED, DA and F1. RGB value is (237,218,241). Sum of RGB (Red+Green+Blue) = 237+218+241=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDDAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDAF1 is #12250E. Grayscale: #E2E2E2. Windows color (decimal): -1189135 or 15850221. OLE color: 15850221.

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

Color convert

RGB237218241-
CMYK0.020.1000.05
HSL289.57º45.1%90%-
HSV(B)289.57º9.54%94.51%-
XYZ75.8774.593.6-
YUV226.3136.29135.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.05%
GREEN value IS 218 (85.55% from 255) = 31.32%
BLUE value IS 241 (94.53% from 255) = 34.63%
R=34.05%
G=31.32%
B=34.63%

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
Decimal2372182410.020.1000.05289.5745.190
HexEDDAF12A051222d5a
Octal3553323612120544255132
Binary11101101110110101111000110101001011001000101011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDAF1; }

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

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

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

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

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

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

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

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