#EDCCE6

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

Shades of Snuff #EDCCE6

Tints of Snuff #EDCCE6

Color information

#EDCCE6 (or 0xEDCCE6) is unknown color: approx Snuff. HEX triplet: ED, CC and E6. RGB value is (237,204,230). Sum of RGB (Red+Green+Blue) = 237+204+230=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCCE6 is #123319. Grayscale: #D8D8D8. Windows color (decimal): -1192730 or 15125741. OLE color: 15125741.

HSL color Cylindrical-coordinate representation of color #EDCCE6: hue angle of 312.73º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCCE6 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB237204230-
CMYK00.140.030.07
HSL312.73º47.83%86.47%-
HSV(B)312.73º13.92%92.94%-
XYZ70.866.984.04-
YUV216.83135.43142.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.32%
GREEN value IS 204 (80.08% from 255) = 30.40%
BLUE value IS 230 (90.23% from 255) = 34.28%
R=35.32%
G=30.40%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720423000.140.030.07312.7347.8386.47
HexEDCCE60E371393056
Octal3553143460163747160126
Binary11101101110011001110011001110111111001110011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCE6; }

 p { color: rgb(237,204,230); }

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

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

 a { background-color: rgb(237,204,230); }

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

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

 span { border-color: rgb(237,204,230); }

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