#EDDAEE

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

Shades of Selago #EDDAEE

Tints of Selago #EDDAEE

Color information

#EDDAEE (or 0xEDDAEE) is unknown color: approx Selago. HEX triplet: ED, DA and EE. RGB value is (237,218,238). Sum of RGB (Red+Green+Blue) = 237+218+238=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDDAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDAEE is #122511. Grayscale: #E1E1E1. Windows color (decimal): -1189138 or 15653613. OLE color: 15653613.

HSL color Cylindrical-coordinate representation of color #EDDAEE: hue angle of 297º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDDAEE is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237218238-
CMYK0.000.0800.07
HSL297º37.04%89.41%-
HSV(B)297º8.4%93.33%-
XYZ75.4374.3291.26-
YUV225.96134.79135.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.20%
GREEN value IS 218 (85.55% from 255) = 31.46%
BLUE value IS 238 (93.36% from 255) = 34.34%
R=34.20%
G=31.46%
B=34.34%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372182380.000.0800.0729737.0489.41
HexEDDAEE08071292559
Octal3553323560100745145131
Binary1110110111011010111011100100001111001010011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDAEE; }

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

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

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

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

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

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

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

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