#EDDAF0

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

Shades of Selago #EDDAF0

Tints of Selago #EDDAF0

Color information

#EDDAF0 (or 0xEDDAF0) is unknown color: approx Selago. HEX triplet: ED, DA and F0. RGB value is (237,218,240). Sum of RGB (Red+Green+Blue) = 237+218+240=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 240 (94.14% from 255 or 34.53% from 695); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDDAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDAF0 is #12250F. Grayscale: #E2E2E2. Windows color (decimal): -1189136 or 15784685. OLE color: 15784685.

HSL color Cylindrical-coordinate representation of color #EDDAF0: hue angle of 291.82º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDDAF0 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237218240-
CMYK0.010.0900.06
HSL291.82º42.31%89.8%-
HSV(B)291.82º9.17%94.12%-
XYZ75.7274.4492.82-
YUV226.19135.79135.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.10%
GREEN value IS 218 (85.55% from 255) = 31.37%
BLUE value IS 240 (94.14% from 255) = 34.53%
R=34.10%
G=31.37%
B=34.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372182400.010.0900.06291.8242.3189.8
HexEDDAF019061242a5a
Octal3553323601110644452132
Binary1110110111011010111100001100101101001001001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDAF0; }

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

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

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

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

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

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

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

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