#EDDCF1

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

Shades of Selago #EDDCF1

Tints of Selago #EDDCF1

Color information

#EDDCF1 (or 0xEDDCF1) is unknown color: approx Selago. HEX triplet: ED, DC and F1. RGB value is (237,220,241). Sum of RGB (Red+Green+Blue) = 237+220+241=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDDCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCF1 is #12230E. Grayscale: #E3E3E3. Windows color (decimal): -1188623 or 15850733. OLE color: 15850733.

HSL color Cylindrical-coordinate representation of color #EDDCF1: hue angle of 288.57º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDDCF1 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237220241-
CMYK0.020.0900.05
HSL288.57º42.86%90.39%-
HSV(B)288.57º8.71%94.51%-
XYZ76.475.5493.77-
YUV227.48135.63134.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.95%
GREEN value IS 220 (86.33% from 255) = 31.52%
BLUE value IS 241 (94.53% from 255) = 34.53%
R=33.95%
G=31.52%
B=34.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372202410.020.0900.05288.5742.8690.39
HexEDDCF129051212b5a
Octal3553343612110544153132
Binary11101101110111001111000110100101011001000011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCF1; }

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

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

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

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

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

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

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

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