#E5C8E6

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

Shades of Snuff #E5C8E6

Tints of Snuff #E5C8E6

Color information

#E5C8E6 (or 0xE5C8E6) is unknown color: approx Snuff. HEX triplet: E5, C8 and E6. RGB value is (229,200,230). Sum of RGB (Red+Green+Blue) = 229+200+230=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 200 (78.52% from 255 or 30.35% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 230 - color contains mainly: blue. Hex color #E5C8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C8E6 is #1A3719. Grayscale: #D4D4D4. Windows color (decimal): -1718042 or 15124709. OLE color: 15124709.

HSL color Cylindrical-coordinate representation of color #E5C8E6: hue angle of 298º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5C8E6 is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB229200230-
CMYK0.000.1300.10
HSL298º37.5%84.31%-
HSV(B)298º13.04%90.2%-
XYZ67.2563.6883.61-
YUV212.09138.11140.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.75%
GREEN value IS 200 (78.52% from 255) = 30.35%
BLUE value IS 230 (90.23% from 255) = 34.90%
R=34.75%
G=30.35%
B=34.90%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292002300.000.1300.1029837.584.31
HexE5C8E60D0A12a2554
Octal34531034601501245245124
Binary11100101110010001110011001101010101001010101001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C8E6; }

 p { color: rgb(229,200,230); }

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

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

 a { background-color: rgb(229,200,230); }

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

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

 span { border-color: rgb(229,200,230); }

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