#EDC0EF

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

Shades of Snuff #EDC0EF

Tints of Snuff #EDC0EF

Color information

#EDC0EF (or 0xEDC0EF) is unknown color: approx Snuff. HEX triplet: ED, C0 and EF. RGB value is (237,192,239). Sum of RGB (Red+Green+Blue) = 237+192+239=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 192 (75.39% from 255 or 28.74% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDC0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0EF is #123F10. Grayscale: #D2D2D2. Windows color (decimal): -1195793 or 15712493. OLE color: 15712493.

HSL color Cylindrical-coordinate representation of color #EDC0EF: hue angle of 297.45º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDC0EF is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237192239-
CMYK0.010.2000.06
HSL297.45º59.49%84.51%-
HSV(B)297.45º19.67%93.73%-
XYZ69.3561.9489.96-
YUV210.81143.91146.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.48%
GREEN value IS 192 (75.39% from 255) = 28.74%
BLUE value IS 239 (93.75% from 255) = 35.78%
R=35.48%
G=28.74%
B=35.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371922390.010.2000.06297.4559.4984.51
HexEDC0EF114061293b55
Octal3553003571240645173125
Binary11101101110000001110111111010001101001010011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC0EF; }

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

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

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

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

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

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

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

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