#EDDCEF

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

Shades of Selago #EDDCEF

Tints of Selago #EDDCEF

Color information

#EDDCEF (or 0xEDDCEF) is unknown color: approx Selago. HEX triplet: ED, DC and EF. RGB value is (237,220,239). Sum of RGB (Red+Green+Blue) = 237+220+239=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDDCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCEF is #122310. Grayscale: #E3E3E3. Windows color (decimal): -1188625 or 15719661. OLE color: 15719661.

HSL color Cylindrical-coordinate representation of color #EDDCEF: hue angle of 293.68º degrees, saturation: 0.37, 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 #EDDCEF is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237220239-
CMYK0.010.0800.06
HSL293.68º37.25%90%-
HSV(B)293.68º7.95%93.73%-
XYZ76.175.4292.21-
YUV227.25134.63134.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.05%
GREEN value IS 220 (86.33% from 255) = 31.61%
BLUE value IS 239 (93.75% from 255) = 34.34%
R=34.05%
G=31.61%
B=34.34%

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
Decimal2372202390.010.0800.06293.6837.2590
HexEDDCEF1806126255a
Octal3553343571100644645132
Binary1110110111011100111011111100001101001001101001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCEF; }

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

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

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

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

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

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

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

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