#EDC6EB

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

Shades of Snuff #EDC6EB

Tints of Snuff #EDC6EB

Color information

#EDC6EB (or 0xEDC6EB) is unknown color: approx Snuff. HEX triplet: ED, C6 and EB. RGB value is (237,198,235). Sum of RGB (Red+Green+Blue) = 237+198+235=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 198 (77.73% from 255 or 29.55% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC6EB is #123914. Grayscale: #D5D5D5. Windows color (decimal): -1194261 or 15451885. OLE color: 15451885.

HSL color Cylindrical-coordinate representation of color #EDC6EB: hue angle of 303.08º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDC6EB is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB237198235-
CMYK00.160.010.07
HSL303.08º52%85.29%-
HSV(B)303.08º16.46%92.94%-
XYZ70.1164.3987.33-
YUV213.88139.92144.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.37%
GREEN value IS 198 (77.73% from 255) = 29.55%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=35.37%
G=29.55%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719823500.160.010.07303.085285.29
HexEDC6EB0101712f3455
Octal3553063530201745764125
Binary11101101110001101110101101000011111001011111101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC6EB; }

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

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

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

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

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

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

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

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