#E0CACE

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

Shades of Prim #E0CACE

Tints of Prim #E0CACE

Color information

#E0CACE (or 0xE0CACE) is unknown color: approx Prim. HEX triplet: E0, CA and CE. RGB value is (224,202,206). Sum of RGB (Red+Green+Blue) = 224+202+206=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CACE is #1F3531. Grayscale: #D1D1D1. Windows color (decimal): -2045234 or 13552352. OLE color: 13552352.

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

Color convert

RGB224202206-
CMYK00.100.080.12
HSL349.09º26.19%83.53%-
HSV(B)349.09º9.82%87.84%-
XYZ6362.5467.14-
YUV209.03126.29138.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.44%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 206 (80.86% from 255) = 32.59%
R=35.44%
G=31.96%
B=32.59%

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
Decimal22420220600.100.080.12349.0926.1983.53
HexE0CACE0A8C15d1a54
Octal340312316012101453532124
Binary1110000011001010110011100101010001100101011101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CACE; }

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

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

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

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

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

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

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

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