#EBCDE9

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

Shades of Snuff #EBCDE9

Tints of Snuff #EBCDE9

Color information

#EBCDE9 (or 0xEBCDE9) is unknown color: approx Snuff. HEX triplet: EB, CD and E9. RGB value is (235,205,233). Sum of RGB (Red+Green+Blue) = 235+205+233=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCDE9 is #143216. Grayscale: #D9D9D9. Windows color (decimal): -1323543 or 15322603. OLE color: 15322603.

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

Color convert

RGB235205233-
CMYK00.130.010.08
HSL304º42.86%86.27%-
HSV(B)304º12.77%92.16%-
XYZ70.867.2186.33-
YUV217.16136.94140.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.92%
GREEN value IS 205 (80.47% from 255) = 30.46%
BLUE value IS 233 (91.41% from 255) = 34.62%
R=34.92%
G=30.46%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520523300.130.010.0830442.8686.27
HexEBCDE90D181302b56
Octal35331535101511046053126
Binary11101011110011011110100101101110001001100001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDE9; }

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

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

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

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

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

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

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

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