#EBCEE8

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

Shades of Snuff #EBCEE8

Tints of Snuff #EBCEE8

Color information

#EBCEE8 (or 0xEBCEE8) is unknown color: approx Snuff. HEX triplet: EB, CE and E8. RGB value is (235,206,232). Sum of RGB (Red+Green+Blue) = 235+206+232=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCEE8 is #143117. Grayscale: #D9D9D9. Windows color (decimal): -1323288 or 15257323. OLE color: 15257323.

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

Color convert

RGB235206232-
CMYK00.120.010.08
HSL306.21º42.03%86.47%-
HSV(B)306.21º12.34%92.16%-
XYZ70.967.6385.66-
YUV217.64136.11140.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.92%
GREEN value IS 206 (80.86% from 255) = 30.61%
BLUE value IS 232 (91.02% from 255) = 34.47%
R=34.92%
G=30.61%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520623200.120.010.08306.2142.0386.47
HexEBCEE80C181322a56
Octal35331635001411046252126
Binary11101011110011101110100001100110001001100101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEE8; }

 p { color: rgb(235,206,232); }

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

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

 a { background-color: rgb(235,206,232); }

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

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

 span { border-color: rgb(235,206,232); }

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