#E0C2CC

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

Shades of Prim #E0C2CC

Tints of Prim #E0C2CC

Color information

#E0C2CC (or 0xE0C2CC) is unknown color: approx Prim. HEX triplet: E0, C2 and CC. RGB value is (224,194,204). Sum of RGB (Red+Green+Blue) = 224+194+204=622 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.01% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C2CC is #1F3D33. Grayscale: #CCCCCC. Windows color (decimal): -2047284 or 13419232. OLE color: 13419232.

HSL color Cylindrical-coordinate representation of color #E0C2CC: hue angle of 340º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E0C2CC is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB224194204-
CMYK00.130.090.12
HSL340º32.61%81.96%-
HSV(B)340º13.39%87.84%-
XYZ60.9358.7965.26-
YUV204.11127.94142.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.01%
GREEN value IS 194 (76.17% from 255) = 31.19%
BLUE value IS 204 (80.08% from 255) = 32.80%
R=36.01%
G=31.19%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419420400.130.090.1234032.6181.96
HexE0C2CC0D9C1542152
Octal340302314015111452441122
Binary11100000110000101100110001101100111001010101001000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C2CC; }

 p { color: rgb(224,194,204); }

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

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

 a { background-color: rgb(224,194,204); }

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

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

 span { border-color: rgb(224,194,204); }

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