#EDCAEB

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

Shades of Snuff #EDCAEB

Tints of Snuff #EDCAEB

Color information

#EDCAEB (or 0xEDCAEB) is unknown color: approx Snuff. HEX triplet: ED, CA and EB. RGB value is (237,202,235). Sum of RGB (Red+Green+Blue) = 237+202+235=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 202 (79.30% from 255 or 29.97% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCAEB is #123514. Grayscale: #D8D8D8. Windows color (decimal): -1193237 or 15452909. OLE color: 15452909.

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

Color convert

RGB237202235-
CMYK00.150.010.07
HSL303.43º49.3%86.08%-
HSV(B)303.43º14.77%92.94%-
XYZ71.0466.2487.64-
YUV216.23138.6142.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 202 (79.30% from 255) = 29.97%
BLUE value IS 235 (92.19% from 255) = 34.87%
R=35.16%
G=29.97%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720223500.150.010.07303.4349.386.08
HexEDCAEB0F1712f3156
Octal3553123530171745761126
Binary1110110111001010111010110111111111001011111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAEB; }

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

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

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

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

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

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

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

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