#E1CAD0

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

Shades of Prim #E1CAD0

Tints of Prim #E1CAD0

Color information

#E1CAD0 (or 0xE1CAD0) is unknown color: approx Prim. HEX triplet: E1, CA and D0. RGB value is (225,202,208). Sum of RGB (Red+Green+Blue) = 225+202+208=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CAD0 is #1E352F. Grayscale: #D1D1D1. Windows color (decimal): -1979696 or 13683425. OLE color: 13683425.

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

Color convert

RGB225202208-
CMYK00.100.080.12
HSL344.35º27.71%83.73%-
HSV(B)344.35º10.22%88.24%-
XYZ63.5662.868.45-
YUV209.56127.12139.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.43%
GREEN value IS 202 (79.30% from 255) = 31.81%
BLUE value IS 208 (81.64% from 255) = 32.76%
R=35.43%
G=31.81%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520220800.100.080.12344.3527.7183.73
HexE1CAD00A8C1581c54
Octal341312320012101453034124
Binary1110000111001010110100000101010001100101011000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CAD0; }

 p { color: rgb(225,202,208); }

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

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

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

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

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

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

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