#EDD4EC

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

Shades of Snuff #EDD4EC

Tints of Snuff #EDD4EC

Color information

#EDD4EC (or 0xEDD4EC) is unknown color: approx Snuff. HEX triplet: ED, D4 and EC. RGB value is (237,212,236). Sum of RGB (Red+Green+Blue) = 237+212+236=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 212 (83.20% from 255 or 30.95% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD4EC is #122B13. Grayscale: #DEDEDE. Windows color (decimal): -1190676 or 15521005. OLE color: 15521005.

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

Color convert

RGB237212236-
CMYK00.110.000.07
HSL302.4º40.98%88.04%-
HSV(B)302.4º10.55%92.94%-
XYZ73.6171.1589.21-
YUV222.21135.78138.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 212 (83.20% from 255) = 30.95%
BLUE value IS 236 (92.58% from 255) = 34.45%
R=34.60%
G=30.95%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721223600.110.000.07302.440.9888.04
HexEDD4EC0B0712e2958
Octal3553243540130745651130
Binary1110110111010100111011000101101111001011101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD4EC; }

 p { color: rgb(237,212,236); }

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

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

 a { background-color: rgb(237,212,236); }

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

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

 span { border-color: rgb(237,212,236); }

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