#EDC5EB

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

Shades of Snuff #EDC5EB

Tints of Snuff #EDC5EB

Color information

#EDC5EB (or 0xEDC5EB) is unknown color: approx Snuff. HEX triplet: ED, C5 and EB. RGB value is (237,197,235). Sum of RGB (Red+Green+Blue) = 237+197+235=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 197 (77.34% from 255 or 29.45% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC5EB is #123A14. Grayscale: #D5D5D5. Windows color (decimal): -1194517 or 15451629. OLE color: 15451629.

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

Color convert

RGB237197235-
CMYK00.170.010.07
HSL303º52.63%85.1%-
HSV(B)303º16.88%92.94%-
XYZ69.8963.9487.25-
YUV213.29140.25144.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 197 (77.34% from 255) = 29.45%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=35.43%
G=29.45%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719723500.170.010.0730352.6385.1
HexEDC5EB0111712f3555
Octal3553053530211745765125
Binary11101101110001011110101101000111111001011111101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC5EB; }

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

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

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

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

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

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

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

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