#E0CAE0

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

Shades of Snuff #E0CAE0

Tints of Snuff #E0CAE0

Color information

#E0CAE0 (or 0xE0CAE0) is unknown color: approx Snuff. HEX triplet: E0, CA and E0. RGB value is (224,202,224). Sum of RGB (Red+Green+Blue) = 224+202+224=650 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.46% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E0CAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CAE0 is #1F351F. Grayscale: #D3D3D3. Windows color (decimal): -2045216 or 14732000. OLE color: 14732000.

HSL color Cylindrical-coordinate representation of color #E0CAE0: hue angle of 300º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0CAE0 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224202224-
CMYK00.1000.12
HSL300º26.19%83.53%-
HSV(B)300º9.82%87.84%-
XYZ65.3263.4779.33-
YUV211.09135.29137.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.46%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 224 (87.89% from 255) = 34.46%
R=34.46%
G=31.08%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420222400.1000.1230026.1983.53
HexE0CAE00A0C12c1a54
Octal34031234001201445432124
Binary1110000011001010111000000101001100100101100110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CAE0; }

 p { color: rgb(224,202,224); }

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

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

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

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

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

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

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