#EDC3EF

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

Shades of Snuff #EDC3EF

Tints of Snuff #EDC3EF

Color information

#EDC3EF (or 0xEDC3EF) is unknown color: approx Snuff. HEX triplet: ED, C3 and EF. RGB value is (237,195,239). Sum of RGB (Red+Green+Blue) = 237+195+239=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 195 (76.56% from 255 or 29.06% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDC3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC3EF is #123C10. Grayscale: #D4D4D4. Windows color (decimal): -1195025 or 15713261. OLE color: 15713261.

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

Color convert

RGB237195239-
CMYK0.010.1800.06
HSL297.27º57.89%85.1%-
HSV(B)297.27º18.41%93.73%-
XYZ70.0263.2790.18-
YUV212.57142.91145.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.32%
GREEN value IS 195 (76.56% from 255) = 29.06%
BLUE value IS 239 (93.75% from 255) = 35.62%
R=35.32%
G=29.06%
B=35.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371952390.010.1800.06297.2757.8985.1
HexEDC3EF112061293a55
Octal3553033571220645172125
Binary11101101110000111110111111001001101001010011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC3EF; }

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

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

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

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

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

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

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

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