#EDDCF0

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

Shades of Selago #EDDCF0

Tints of Selago #EDDCF0

Color information

#EDDCF0 (or 0xEDDCF0) is unknown color: approx Selago. HEX triplet: ED, DC and F0. RGB value is (237,220,240). Sum of RGB (Red+Green+Blue) = 237+220+240=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDDCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCF0 is #12230F. Grayscale: #E3E3E3. Windows color (decimal): -1188624 or 15785197. OLE color: 15785197.

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

Color convert

RGB237220240-
CMYK0.010.0800.06
HSL291º40%90.2%-
HSV(B)291º8.33%94.12%-
XYZ76.2575.4892.99-
YUV227.36135.13134.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.00%
GREEN value IS 220 (86.33% from 255) = 31.56%
BLUE value IS 240 (94.14% from 255) = 34.43%
R=34.00%
G=31.56%
B=34.43%

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
Decimal2372202400.010.0800.062914090.2
HexEDDCF01806123285a
Octal3553343601100644350132
Binary1110110111011100111100001100001101001000111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCF0; }

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

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

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

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

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

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

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

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