#EBCEE7

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

Shades of Snuff #EBCEE7

Tints of Snuff #EBCEE7

Color information

#EBCEE7 (or 0xEBCEE7) is unknown color: approx Snuff. HEX triplet: EB, CE and E7. RGB value is (235,206,231). Sum of RGB (Red+Green+Blue) = 235+206+231=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCEE7 is #143118. Grayscale: #D9D9D9. Windows color (decimal): -1323289 or 15191787. OLE color: 15191787.

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

Color convert

RGB235206231-
CMYK00.120.020.08
HSL308.28º42.03%86.47%-
HSV(B)308.28º12.34%92.16%-
XYZ70.7667.5784.92-
YUV217.52135.61140.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 206 (80.86% from 255) = 30.65%
BLUE value IS 231 (90.62% from 255) = 34.38%
R=34.97%
G=30.65%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520623100.120.020.08308.2842.0386.47
HexEBCEE70C281342a56
Octal35331634701421046452126
Binary111010111100111011100111011001010001001101001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEE7; }

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

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

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

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

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

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

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

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