#EDCBED

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

Shades of Snuff #EDCBED

Tints of Snuff #EDCBED

Color information

#EDCBED (or 0xEDCBED) is unknown color: approx Snuff. HEX triplet: ED, CB and ED. RGB value is (237,203,237). Sum of RGB (Red+Green+Blue) = 237+203+237=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 203 (79.69% from 255 or 29.99% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDCBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCBED is #123412. Grayscale: #D8D8D8. Windows color (decimal): -1192979 or 15584237. OLE color: 15584237.

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

Color convert

RGB237203237-
CMYK00.1400.07
HSL300º48.57%86.27%-
HSV(B)300º14.35%92.94%-
XYZ71.5766.8389.25-
YUV217.04139.26142.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.01%
GREEN value IS 203 (79.69% from 255) = 29.99%
BLUE value IS 237 (92.97% from 255) = 35.01%
R=35.01%
G=29.99%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720323700.1400.0730048.5786.27
HexEDCBED0E0712c3156
Octal3553133550160745461126
Binary1110110111001011111011010111001111001011001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCBED; }

 p { color: rgb(237,203,237); }

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

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

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

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

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

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

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