#E0C3CD

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

Shades of Prim #E0C3CD

Tints of Prim #E0C3CD

Color information

#E0C3CD (or 0xE0C3CD) is unknown color: approx Prim. HEX triplet: E0, C3 and CD. RGB value is (224,195,205). Sum of RGB (Red+Green+Blue) = 224+195+205=624 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.90% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C3CD is #1F3C32. Grayscale: #CCCCCC. Windows color (decimal): -2047027 or 13485024. OLE color: 13485024.

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

Color convert

RGB224195205-
CMYK00.130.080.12
HSL339.31º31.87%82.16%-
HSV(B)339.31º12.95%87.84%-
XYZ61.2859.2965.97-
YUV204.81128.11141.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.90%
GREEN value IS 195 (76.56% from 255) = 31.25%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=35.90%
G=31.25%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419520500.130.080.12339.3131.8782.16
HexE0C3CD0D8C1532052
Octal340303315015101452340122
Binary11100000110000111100110101101100011001010100111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C3CD; }

 p { color: rgb(224,195,205); }

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

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

 a { background-color: rgb(224,195,205); }

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

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

 span { border-color: rgb(224,195,205); }

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