#E0CAE2

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

Shades of Snuff #E0CAE2

Tints of Snuff #E0CAE2

Color information

#E0CAE2 (or 0xE0CAE2) is unknown color: approx Snuff. HEX triplet: E0, CA and E2. RGB value is (224,202,226). Sum of RGB (Red+Green+Blue) = 224+202+226=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 226 - color contains mainly: blue. Hex color #E0CAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CAE2 is #1F351D. Grayscale: #D3D3D3. Windows color (decimal): -2045214 or 14863072. OLE color: 14863072.

HSL color Cylindrical-coordinate representation of color #E0CAE2: hue angle of 295º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0CAE2 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB224202226-
CMYK0.010.1100.11
HSL295º29.27%83.92%-
HSV(B)295º10.62%88.63%-
XYZ65.5963.5880.77-
YUV211.31136.29137.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.36%
GREEN value IS 202 (79.30% from 255) = 30.98%
BLUE value IS 226 (88.67% from 255) = 34.66%
R=34.36%
G=30.98%
B=34.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242022260.010.1100.1129529.2783.92
HexE0CAE21B0B1271d54
Octal34031234211301344735124
Binary1110000011001010111000101101101011100100111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CAE2; }

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

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

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

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

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

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

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

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