#E4C0EB

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

Shades of Snuff #E4C0EB

Tints of Snuff #E4C0EB

Color information

#E4C0EB (or 0xE4C0EB) is unknown color: approx Snuff. HEX triplet: E4, C0 and EB. RGB value is (228,192,235). Sum of RGB (Red+Green+Blue) = 228+192+235=655 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.81% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #E4C0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C0EB is #1B3F14. Grayscale: #CFCFCF. Windows color (decimal): -1785621 or 15450340. OLE color: 15450340.

HSL color Cylindrical-coordinate representation of color #E4C0EB: hue angle of 290.23º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4C0EB is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228192235-
CMYK0.030.1800.08
HSL290.23º51.81%83.73%-
HSV(B)290.23º18.3%92.16%-
XYZ65.8460.1986.75-
YUV207.67143.43142.5-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.81%
GREEN value IS 192 (75.39% from 255) = 29.31%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=34.81%
G=29.31%
B=35.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281922350.030.1800.08290.2351.8183.73
HexE4C0EB312081223454
Octal34430035332201044264124
Binary1110010011000000111010111110010010001001000101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C0EB; }

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

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

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

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

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

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

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

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