#EDCCEB

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

Shades of Snuff #EDCCEB

Tints of Snuff #EDCCEB

Color information

#EDCCEB (or 0xEDCCEB) is unknown color: approx Snuff. HEX triplet: ED, CC and EB. RGB value is (237,204,235). Sum of RGB (Red+Green+Blue) = 237+204+235=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 204 (80.08% from 255 or 30.18% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCCEB is #123314. Grayscale: #D9D9D9. Windows color (decimal): -1192725 or 15453421. OLE color: 15453421.

HSL color Cylindrical-coordinate representation of color #EDCCEB: hue angle of 303.64º 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 #EDCCEB is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB237204235-
CMYK00.140.010.07
HSL303.64º47.83%86.47%-
HSV(B)303.64º13.92%92.94%-
XYZ71.5167.1987.8-
YUV217.4137.93141.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.06%
GREEN value IS 204 (80.08% from 255) = 30.18%
BLUE value IS 235 (92.19% from 255) = 34.76%
R=35.06%
G=30.18%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720423500.140.010.07303.6447.8386.47
HexEDCCEB0E171303056
Octal3553143530161746060126
Binary1110110111001100111010110111011111001100001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCEB; }

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

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

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

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

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

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

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

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