#EDDCF2

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

Shades of Selago #EDDCF2

Tints of Selago #EDDCF2

Color information

#EDDCF2 (or 0xEDDCF2) is unknown color: approx Selago. HEX triplet: ED, DC and F2. RGB value is (237,220,242). Sum of RGB (Red+Green+Blue) = 237+220+242=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDDCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCF2 is #12230D. Grayscale: #E3E3E3. Windows color (decimal): -1188622 or 15916269. OLE color: 15916269.

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

Color convert

RGB237220242-
CMYK0.020.0900.05
HSL286.36º45.83%90.59%-
HSV(B)286.36º9.09%94.9%-
XYZ76.5575.694.56-
YUV227.59136.13134.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.91%
GREEN value IS 220 (86.33% from 255) = 31.47%
BLUE value IS 242 (94.92% from 255) = 34.62%
R=33.91%
G=31.47%
B=34.62%

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
Decimal2372202420.020.0900.05286.3645.8390.59
HexEDDCF2290511e2e5b
Octal3553343622110543656133
Binary11101101110111001111001010100101011000111101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCF2; }

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

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

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

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

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

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

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

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