#E0CAD4

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

Shades of Prim #E0CAD4

Tints of Prim #E0CAD4

Color information

#E0CAD4 (or 0xE0CAD4) is unknown color: approx Prim. HEX triplet: E0, CA and D4. RGB value is (224,202,212). Sum of RGB (Red+Green+Blue) = 224+202+212=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CAD4 is #1F352B. Grayscale: #D1D1D1. Windows color (decimal): -2045228 or 13945568. OLE color: 13945568.

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

Color convert

RGB224202212-
CMYK00.100.050.12
HSL332.73º26.19%83.53%-
HSV(B)332.73º9.82%87.84%-
XYZ63.7462.8471.06-
YUV209.72129.29138.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.11%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 212 (83.20% from 255) = 33.23%
R=35.11%
G=31.66%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420221200.100.050.12332.7326.1983.53
HexE0CAD40A5C14d1a54
Octal34031232401251451532124
Binary111000001100101011010100010101011100101001101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CAD4; }

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

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

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

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

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

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

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

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