#EDC4EF

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

Shades of Snuff #EDC4EF

Tints of Snuff #EDC4EF

Color information

#EDC4EF (or 0xEDC4EF) is unknown color: approx Snuff. HEX triplet: ED, C4 and EF. RGB value is (237,196,239). Sum of RGB (Red+Green+Blue) = 237+196+239=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 196 (76.95% from 255 or 29.17% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDC4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC4EF is #123B10. Grayscale: #D5D5D5. Windows color (decimal): -1194769 or 15713517. OLE color: 15713517.

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

Color convert

RGB237196239-
CMYK0.010.1800.06
HSL297.21º57.33%85.29%-
HSV(B)297.21º17.99%93.73%-
XYZ70.2463.7290.26-
YUV213.16142.58145-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.27%
GREEN value IS 196 (76.95% from 255) = 29.17%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=35.27%
G=29.17%
B=35.57%

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
Decimal2371962390.010.1800.06297.2157.3385.29
HexEDC4EF112061293955
Octal3553043571220645171125
Binary11101101110001001110111111001001101001010011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC4EF; }

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

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

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

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

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

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

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

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