#E0C6D1

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

Shades of Prim #E0C6D1

Tints of Prim #E0C6D1

Color information

#E0C6D1 (or 0xE0C6D1) is unknown color: approx Prim. HEX triplet: E0, C6 and D1. RGB value is (224,198,209). Sum of RGB (Red+Green+Blue) = 224+198+209=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C6D1 is #1F392E. Grayscale: #CFCFCF. Windows color (decimal): -2046255 or 13747936. OLE color: 13747936.

HSL color Cylindrical-coordinate representation of color #E0C6D1: hue angle of 334.62º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0C6D1 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB224198209-
CMYK00.120.070.12
HSL334.62º29.55%82.75%-
HSV(B)334.62º11.61%87.84%-
XYZ62.4460.8468.77-
YUV207.03129.11140.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.50%
GREEN value IS 198 (77.73% from 255) = 31.38%
BLUE value IS 209 (82.03% from 255) = 33.12%
R=35.50%
G=31.38%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419820900.120.070.12334.6229.5582.75
HexE0C6D10C7C14f1e53
Octal34030632101471451736123
Binary111000001100011011010001011001111100101001111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C6D1; }

 p { color: rgb(224,198,209); }

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

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

 a { background-color: rgb(224,198,209); }

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

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

 span { border-color: rgb(224,198,209); }

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