#EDDDEF

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

Shades of Selago #EDDDEF

Tints of Selago #EDDDEF

Color information

#EDDDEF (or 0xEDDDEF) is unknown color: approx Selago. HEX triplet: ED, DD and EF. RGB value is (237,221,239). Sum of RGB (Red+Green+Blue) = 237+221+239=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDDDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDEF is #122210. Grayscale: #E3E3E3. Windows color (decimal): -1188369 or 15719917. OLE color: 15719917.

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

Color convert

RGB237221239-
CMYK0.010.0800.06
HSL293.33º36%90.2%-
HSV(B)293.33º7.53%93.73%-
XYZ76.3675.9592.3-
YUV227.84134.3134.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.00%
GREEN value IS 221 (86.72% from 255) = 31.71%
BLUE value IS 239 (93.75% from 255) = 34.29%
R=34.00%
G=31.71%
B=34.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372212390.010.0800.06293.333690.2
HexEDDDEF1806125245a
Octal3553353571100644544132
Binary1110110111011101111011111100001101001001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDEF; }

 p { color: rgb(237,221,239); }

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

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

 a { background-color: rgb(237,221,239); }

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

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

 span { border-color: rgb(237,221,239); }

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