#E3C3CD

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

Shades of Prim #E3C3CD

Tints of Prim #E3C3CD

Color information

#E3C3CD (or 0xE3C3CD) is unknown color: approx Prim. HEX triplet: E3, C3 and CD. RGB value is (227,195,205). Sum of RGB (Red+Green+Blue) = 227+195+205=627 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.20% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C3CD is #1C3C32. Grayscale: #CDCDCD. Windows color (decimal): -1850419 or 13485027. OLE color: 13485027.

HSL color Cylindrical-coordinate representation of color #E3C3CD: hue angle of 341.25º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E3C3CD is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB227195205-
CMYK00.140.100.11
HSL341.25º36.36%82.75%-
HSV(B)341.25º14.1%89.02%-
XYZ62.2159.7766.02-
YUV205.71127.6143.19-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.20%
GREEN value IS 195 (76.56% from 255) = 31.10%
BLUE value IS 205 (80.47% from 255) = 32.70%
R=36.20%
G=31.10%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22719520500.140.100.11341.2536.3682.75
HexE3C3CD0EAB1552453
Octal343303315016121352544123
Binary11100011110000111100110101110101010111010101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C3CD; }

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

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

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

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

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

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

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

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