#EDCAE6

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

Shades of Snuff #EDCAE6

Tints of Snuff #EDCAE6

Color information

#EDCAE6 (or 0xEDCAE6) is unknown color: approx Snuff. HEX triplet: ED, CA and E6. RGB value is (237,202,230). Sum of RGB (Red+Green+Blue) = 237+202+230=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCAE6 is #123519. Grayscale: #D7D7D7. Windows color (decimal): -1193242 or 15125229. OLE color: 15125229.

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

Color convert

RGB237202230-
CMYK00.150.030.07
HSL312º49.3%86.08%-
HSV(B)312º14.77%92.94%-
XYZ70.3365.9683.89-
YUV215.66136.1143.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 202 (79.30% from 255) = 30.19%
BLUE value IS 230 (90.23% from 255) = 34.38%
R=35.43%
G=30.19%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720223000.150.030.0731249.386.08
HexEDCAE60F371383156
Octal3553123460173747061126
Binary11101101110010101110011001111111111001110001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAE6; }

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

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

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

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

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

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

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

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