#EBC9E7

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

Shades of Snuff #EBC9E7

Tints of Snuff #EBC9E7

Color information

#EBC9E7 (or 0xEBC9E7) is unknown color: approx Snuff. HEX triplet: EB, C9 and E7. RGB value is (235,201,231). Sum of RGB (Red+Green+Blue) = 235+201+231=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 201 (78.91% from 255 or 30.13% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC9E7 is #143618. Grayscale: #D6D6D6. Windows color (decimal): -1324569 or 15190507. OLE color: 15190507.

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

Color convert

RGB235201231-
CMYK00.140.020.08
HSL307.06º45.95%85.49%-
HSV(B)307.06º14.47%92.16%-
XYZ69.5765.284.52-
YUV214.59137.26142.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 201 (78.91% from 255) = 30.13%
BLUE value IS 231 (90.62% from 255) = 34.63%
R=35.23%
G=30.13%
B=34.63%

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
Decimal23520123100.140.020.08307.0645.9585.49
HexEBC9E70E281332e55
Octal35331134701621046356125
Binary111010111100100111100111011101010001001100111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9E7; }

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

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

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

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

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

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

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

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