#E4C5E6

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

Shades of Snuff #E4C5E6

Tints of Snuff #E4C5E6

Color information

#E4C5E6 (or 0xE4C5E6) is unknown color: approx Snuff. HEX triplet: E4, C5 and E6. RGB value is (228,197,230). Sum of RGB (Red+Green+Blue) = 228+197+230=655 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.81% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 230 - color contains mainly: blue. Hex color #E4C5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C5E6 is #1B3A19. Grayscale: #D1D1D1. Windows color (decimal): -1784346 or 15123940. OLE color: 15123940.

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

Color convert

RGB228197230-
CMYK0.010.1400.10
HSL296.36º39.76%83.73%-
HSV(B)296.36º14.35%90.2%-
XYZ66.2462.1483.37-
YUV210.03139.27140.82-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.81%
GREEN value IS 197 (77.34% from 255) = 30.08%
BLUE value IS 230 (90.23% from 255) = 35.11%
R=34.81%
G=30.08%
B=35.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2281972300.010.1400.10296.3639.7683.73
HexE4C5E61E0A1282854
Octal34430534611601245050124
Binary11100100110001011110011011110010101001010001010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C5E6; }

 p { color: rgb(228,197,230); }

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

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

 a { background-color: rgb(228,197,230); }

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

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

 span { border-color: rgb(228,197,230); }

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