#EDC4EE

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

Shades of Snuff #EDC4EE

Tints of Snuff #EDC4EE

Color information

#EDC4EE (or 0xEDC4EE) is unknown color: approx Snuff. HEX triplet: ED, C4 and EE. RGB value is (237,196,238). Sum of RGB (Red+Green+Blue) = 237+196+238=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 196 (76.95% from 255 or 29.21% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDC4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC4EE is #123B11. Grayscale: #D4D4D4. Windows color (decimal): -1194770 or 15647981. OLE color: 15647981.

HSL color Cylindrical-coordinate representation of color #EDC4EE: hue angle of 298.57º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDC4EE is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237196238-
CMYK0.000.1800.07
HSL298.57º55.26%85.1%-
HSV(B)298.57º17.65%93.33%-
XYZ70.163.6689.48-
YUV213.05142.08145.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.32%
GREEN value IS 196 (76.95% from 255) = 29.21%
BLUE value IS 238 (93.36% from 255) = 35.47%
R=35.32%
G=29.21%
B=35.47%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371962380.000.1800.07298.5755.2685.1
HexEDC4EE0120712b3755
Octal3553043560220745367125
Binary11101101110001001110111001001001111001010111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC4EE; }

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

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

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

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

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

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

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

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