#EBCCEE

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

Shades of Snuff #EBCCEE

Tints of Snuff #EBCCEE

Color information

#EBCCEE (or 0xEBCCEE) is unknown color: approx Snuff. HEX triplet: EB, CC and EE. RGB value is (235,204,238). Sum of RGB (Red+Green+Blue) = 235+204+238=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBCCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCCEE is #143311. Grayscale: #D9D9D9. Windows color (decimal): -1323794 or 15650027. OLE color: 15650027.

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

Color convert

RGB235204238-
CMYK0.010.1400.07
HSL294.71º50%86.67%-
HSV(B)294.71º14.29%93.33%-
XYZ71.2967.0290.07-
YUV217.14139.77140.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.71%
GREEN value IS 204 (80.08% from 255) = 30.13%
BLUE value IS 238 (93.36% from 255) = 35.16%
R=34.71%
G=30.13%
B=35.16%

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
Decimal2352042380.010.1400.07294.715086.67
HexEBCCEE1E071273257
Octal3533143561160744762127
Binary1110101111001100111011101111001111001001111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCEE; }

 p { color: rgb(235,204,238); }

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

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

 a { background-color: rgb(235,204,238); }

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

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

 span { border-color: rgb(235,204,238); }

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