#EBCDE8

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

Shades of Snuff #EBCDE8

Tints of Snuff #EBCDE8

Color information

#EBCDE8 (or 0xEBCDE8) is unknown color: approx Snuff. HEX triplet: EB, CD and E8. RGB value is (235,205,232). Sum of RGB (Red+Green+Blue) = 235+205+232=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCDE8 is #143217. Grayscale: #D8D8D8. Windows color (decimal): -1323544 or 15257067. OLE color: 15257067.

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

Color convert

RGB235205232-
CMYK00.130.010.08
HSL306º42.86%86.27%-
HSV(B)306º12.77%92.16%-
XYZ70.6667.1585.58-
YUV217.05136.44140.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 205 (80.47% from 255) = 30.51%
BLUE value IS 232 (91.02% from 255) = 34.52%
R=34.97%
G=30.51%
B=34.52%

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
Decimal23520523200.130.010.0830642.8686.27
HexEBCDE80D181322b56
Octal35331535001511046253126
Binary11101011110011011110100001101110001001100101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDE8; }

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

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

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

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

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

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

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

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