#EDCCE8

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

Shades of Snuff #EDCCE8

Tints of Snuff #EDCCE8

Color information

#EDCCE8 (or 0xEDCCE8) is unknown color: approx Snuff. HEX triplet: ED, CC and E8. RGB value is (237,204,232). Sum of RGB (Red+Green+Blue) = 237+204+232=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCCE8 is #123317. Grayscale: #D8D8D8. Windows color (decimal): -1192728 or 15256813. OLE color: 15256813.

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

Color convert

RGB237204232-
CMYK00.140.020.07
HSL309.09º47.83%86.47%-
HSV(B)309.09º13.92%92.94%-
XYZ71.0867.0285.53-
YUV217.06136.43142.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.22%
GREEN value IS 204 (80.08% from 255) = 30.31%
BLUE value IS 232 (91.02% from 255) = 34.47%
R=35.22%
G=30.31%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720423200.140.020.07309.0947.8386.47
HexEDCCE80E271353056
Octal3553143500162746560126
Binary11101101110011001110100001110101111001101011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCCE8; }

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

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

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

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

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

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

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

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