#EBCDE4

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

Shades of Snuff #EBCDE4

Tints of Snuff #EBCDE4

Color information

#EBCDE4 (or 0xEBCDE4) is unknown color: approx Snuff. HEX triplet: EB, CD and E4. RGB value is (235,205,228). Sum of RGB (Red+Green+Blue) = 235+205+228=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDE4 is #14321B. Grayscale: #D8D8D8. Windows color (decimal): -1323548 or 14994923. OLE color: 14994923.

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

Color convert

RGB235205228-
CMYK00.130.030.08
HSL314º42.86%86.27%-
HSV(B)314º12.77%92.16%-
XYZ70.166.9382.62-
YUV216.59134.44141.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.18%
GREEN value IS 205 (80.47% from 255) = 30.69%
BLUE value IS 228 (89.45% from 255) = 34.13%
R=35.18%
G=30.69%
B=34.13%

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
Decimal23520522800.130.030.0831442.8686.27
HexEBCDE40D3813a2b56
Octal35331534401531047253126
Binary111010111100110111100100011011110001001110101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDE4; }

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

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

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

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

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

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

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

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