#E0CAD6

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

Shades of Prim #E0CAD6

Tints of Prim #E0CAD6

Color information

#E0CAD6 (or 0xE0CAD6) is unknown color: approx Prim. HEX triplet: E0, CA and D6. RGB value is (224,202,214). Sum of RGB (Red+Green+Blue) = 224+202+214=640 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CAD6 is #1F3529. Grayscale: #D1D1D1. Windows color (decimal): -2045226 or 14076640. OLE color: 14076640.

HSL color Cylindrical-coordinate representation of color #E0CAD6: hue angle of 327.27º 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 #E0CAD6 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB224202214-
CMYK00.100.040.12
HSL327.27º26.19%83.53%-
HSV(B)327.27º9.82%87.84%-
XYZ6462.9472.39-
YUV209.95130.29138.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35%
GREEN value IS 202 (79.30% from 255) = 31.56%
BLUE value IS 214 (83.98% from 255) = 33.44%
R=35%
G=31.56%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420221400.100.040.12327.2726.1983.53
HexE0CAD60A4C1471a54
Octal34031232601241450732124
Binary111000001100101011010110010101001100101000111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CAD6; }

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

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

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

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

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

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

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

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