#EBCBED

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

Shades of Snuff #EBCBED

Tints of Snuff #EBCBED

Color information

#EBCBED (or 0xEBCBED) is unknown color: approx Snuff. HEX triplet: EB, CB and ED. RGB value is (235,203,237). Sum of RGB (Red+Green+Blue) = 235+203+237=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 203 (79.69% from 255 or 30.07% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBCBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCBED is #143412. Grayscale: #D8D8D8. Windows color (decimal): -1324051 or 15584235. OLE color: 15584235.

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

Color convert

RGB235203237-
CMYK0.010.1400.07
HSL296.47º48.57%86.27%-
HSV(B)296.47º14.35%92.94%-
XYZ70.966.4989.22-
YUV216.44139.6141.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.81%
GREEN value IS 203 (79.69% from 255) = 30.07%
BLUE value IS 237 (92.97% from 255) = 35.11%
R=34.81%
G=30.07%
B=35.11%

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
Decimal2352032370.010.1400.07296.4748.5786.27
HexEBCBED1E071283156
Octal3533133551160745061126
Binary1110101111001011111011011111001111001010001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBED; }

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

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

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

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

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

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

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

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