#EBCDE5

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

Shades of Snuff #EBCDE5

Tints of Snuff #EBCDE5

Color information

#EBCDE5 (or 0xEBCDE5) is unknown color: approx Snuff. HEX triplet: EB, CD and E5. RGB value is (235,205,229). Sum of RGB (Red+Green+Blue) = 235+205+229=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDE5 is #14321A. Grayscale: #D8D8D8. Windows color (decimal): -1323547 or 15060459. OLE color: 15060459.

HSL color Cylindrical-coordinate representation of color #EBCDE5: hue angle of 312º degrees, saturation: 0.43, 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 #EBCDE5 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235205229-
CMYK00.130.030.08
HSL312º42.86%86.27%-
HSV(B)312º12.77%92.16%-
XYZ70.2466.9883.36-
YUV216.71134.94141.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 205 (80.47% from 255) = 30.64%
BLUE value IS 229 (89.84% from 255) = 34.23%
R=35.13%
G=30.64%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520522900.130.030.0831242.8686.27
HexEBCDE50D381382b56
Octal35331534501531047053126
Binary111010111100110111100101011011110001001110001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDE5; }

 p { color: rgb(235,205,229); }

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

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

 a { background-color: rgb(235,205,229); }

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

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

 span { border-color: rgb(235,205,229); }

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