#E4CAE7

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

Shades of Snuff #E4CAE7

Tints of Snuff #E4CAE7

Color information

#E4CAE7 (or 0xE4CAE7) is unknown color: approx Snuff. HEX triplet: E4, CA and E7. RGB value is (228,202,231). Sum of RGB (Red+Green+Blue) = 228+202+231=661 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.49% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 231 - color contains mainly: blue. Hex color #E4CAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CAE7 is #1B3518. Grayscale: #D4D4D4. Windows color (decimal): -1783065 or 15190756. OLE color: 15190756.

HSL color Cylindrical-coordinate representation of color #E4CAE7: hue angle of 293.79º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E4CAE7 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB228202231-
CMYK0.010.1300.09
HSL293.79º37.66%84.9%-
HSV(B)293.79º12.55%90.59%-
XYZ67.5464.584.49-
YUV213.08138.11138.64-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.49%
GREEN value IS 202 (79.30% from 255) = 30.56%
BLUE value IS 231 (90.62% from 255) = 34.95%
R=34.49%
G=30.56%
B=34.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2282022310.010.1300.09293.7937.6684.9
HexE4CAE71D091262655
Octal34431234711501144646125
Binary11100100110010101110011111101010011001001101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CAE7; }

 p { color: rgb(228,202,231); }

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

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

 a { background-color: rgb(228,202,231); }

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

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

 span { border-color: rgb(228,202,231); }

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