#EBCCE6

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

Shades of Snuff #EBCCE6

Tints of Snuff #EBCCE6

Color information

#EBCCE6 (or 0xEBCCE6) is unknown color: approx Snuff. HEX triplet: EB, CC and E6. RGB value is (235,204,230). Sum of RGB (Red+Green+Blue) = 235+204+230=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCCE6 is #143319. Grayscale: #D8D8D8. Windows color (decimal): -1323802 or 15125739. OLE color: 15125739.

HSL color Cylindrical-coordinate representation of color #EBCCE6: hue angle of 309.68º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBCCE6 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB235204230-
CMYK00.130.020.08
HSL309.68º43.66%86.08%-
HSV(B)309.68º13.19%92.16%-
XYZ70.1466.5684.01-
YUV216.23135.77141.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 204 (80.08% from 255) = 30.49%
BLUE value IS 230 (90.23% from 255) = 34.38%
R=35.13%
G=30.49%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520423000.130.020.08309.6843.6686.08
HexEBCCE60D281362c56
Octal35331434601521046654126
Binary111010111100110011100110011011010001001101101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCE6; }

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

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

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

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

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

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

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

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