#E0C3CC

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

Shades of Prim #E0C3CC

Tints of Prim #E0C3CC

Color information

#E0C3CC (or 0xE0C3CC) is unknown color: approx Prim. HEX triplet: E0, C3 and CC. RGB value is (224,195,204). Sum of RGB (Red+Green+Blue) = 224+195+204=623 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.96% from 623); Green value is 195 (76.56% from 255 or 31.30% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C3CC is #1F3C33. Grayscale: #CCCCCC. Windows color (decimal): -2047028 or 13419488. OLE color: 13419488.

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

Color convert

RGB224195204-
CMYK00.130.090.12
HSL341.38º31.87%82.16%-
HSV(B)341.38º12.95%87.84%-
XYZ61.1559.2465.34-
YUV204.7127.61141.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.96%
GREEN value IS 195 (76.56% from 255) = 31.30%
BLUE value IS 204 (80.08% from 255) = 32.74%
R=35.96%
G=31.30%
B=32.74%

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
Decimal22419520400.130.090.12341.3831.8782.16
HexE0C3CC0D9C1552052
Octal340303314015111452540122
Binary11100000110000111100110001101100111001010101011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C3CC; }

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

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

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

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

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

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

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

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