#EDDDF0

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

Shades of Selago #EDDDF0

Tints of Selago #EDDDF0

Color information

#EDDDF0 (or 0xEDDDF0) is unknown color: approx Selago. HEX triplet: ED, DD and F0. RGB value is (237,221,240). Sum of RGB (Red+Green+Blue) = 237+221+240=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDDDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDF0 is #12220F. Grayscale: #E3E3E3. Windows color (decimal): -1188368 or 15785453. OLE color: 15785453.

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

Color convert

RGB237221240-
CMYK0.010.0800.06
HSL290.53º38.78%90.39%-
HSV(B)290.53º7.92%94.12%-
XYZ76.5176.0193.08-
YUV227.95134.8134.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.95%
GREEN value IS 221 (86.72% from 255) = 31.66%
BLUE value IS 240 (94.14% from 255) = 34.38%
R=33.95%
G=31.66%
B=34.38%

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
Decimal2372212400.010.0800.06290.5338.7890.39
HexEDDDF01806123275a
Octal3553353601100644347132
Binary1110110111011101111100001100001101001000111001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDF0; }

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

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

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

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

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

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

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

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