#EBC9E6

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

Shades of Snuff #EBC9E6

Tints of Snuff #EBC9E6

Color information

#EBC9E6 (or 0xEBC9E6) is unknown color: approx Snuff. HEX triplet: EB, C9 and E6. RGB value is (235,201,230). Sum of RGB (Red+Green+Blue) = 235+201+230=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 201 (78.91% from 255 or 30.18% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC9E6 is #143619. Grayscale: #D6D6D6. Windows color (decimal): -1324570 or 15124971. OLE color: 15124971.

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

Color convert

RGB235201230-
CMYK00.140.020.08
HSL308.82º45.95%85.49%-
HSV(B)308.82º14.47%92.16%-
XYZ69.4365.1583.78-
YUV214.47136.76142.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 201 (78.91% from 255) = 30.18%
BLUE value IS 230 (90.23% from 255) = 34.53%
R=35.29%
G=30.18%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520123000.140.020.08308.8245.9585.49
HexEBC9E60E281352e55
Octal35331134601621046556125
Binary111010111100100111100110011101010001001101011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9E6; }

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

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

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

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

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

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

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

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