#EBCDED

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

Shades of Snuff #EBCDED

Tints of Snuff #EBCDED

Color information

#EBCDED (or 0xEBCDED) is unknown color: approx Snuff. HEX triplet: EB, CD and ED. RGB value is (235,205,237). Sum of RGB (Red+Green+Blue) = 235+205+237=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBCDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCDED is #143212. Grayscale: #D9D9D9. Windows color (decimal): -1323539 or 15584747. OLE color: 15584747.

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

Color convert

RGB235205237-
CMYK0.010.1400.07
HSL296.25º47.06%86.67%-
HSV(B)296.25º13.5%92.94%-
XYZ71.3867.4489.38-
YUV217.62138.94140.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.71%
GREEN value IS 205 (80.47% from 255) = 30.28%
BLUE value IS 237 (92.97% from 255) = 35.01%
R=34.71%
G=30.28%
B=35.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352052370.010.1400.07296.2547.0686.67
HexEBCDED1E071282f57
Octal3533153551160745057127
Binary1110101111001101111011011111001111001010001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDED; }

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

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

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

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

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

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

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

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