#E0CAD5

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

Shades of Prim #E0CAD5

Tints of Prim #E0CAD5

Color information

#E0CAD5 (or 0xE0CAD5) is unknown color: approx Prim. HEX triplet: E0, CA and D5. RGB value is (224,202,213). Sum of RGB (Red+Green+Blue) = 224+202+213=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CAD5 is #1F352A. Grayscale: #D1D1D1. Windows color (decimal): -2045227 or 14011104. OLE color: 14011104.

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

Color convert

RGB224202213-
CMYK00.100.050.12
HSL330º26.19%83.53%-
HSV(B)330º9.82%87.84%-
XYZ63.8762.8971.72-
YUV209.83129.79138.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.05%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 213 (83.59% from 255) = 33.33%
R=35.05%
G=31.61%
B=33.33%

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
Decimal22420221300.100.050.1233026.1983.53
HexE0CAD50A5C14a1a54
Octal34031232501251451232124
Binary111000001100101011010101010101011100101001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CAD5; }

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

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

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

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

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

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

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

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