#E7CED6

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

Shades of Prim #E7CED6

Tints of Prim #E7CED6

Color information

#E7CED6 (or 0xE7CED6) is unknown color: approx Prim. HEX triplet: E7, CE and D6. RGB value is (231,206,214). Sum of RGB (Red+Green+Blue) = 231+206+214=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CED6 is #183129. Grayscale: #D6D6D6. Windows color (decimal): -1585450 or 14077671. OLE color: 14077671.

HSL color Cylindrical-coordinate representation of color #E7CED6: hue angle of 340.8º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7CED6 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB231206214-
CMYK00.110.070.09
HSL340.8º34.25%85.69%-
HSV(B)340.8º10.82%90.59%-
XYZ67.1665.9972.82-
YUV214.39127.78139.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.48%
GREEN value IS 206 (80.86% from 255) = 31.64%
BLUE value IS 214 (83.98% from 255) = 32.87%
R=35.48%
G=31.64%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120621400.110.070.09340.834.2585.69
HexE7CED60B791552256
Octal34731632601371152542126
Binary1110011111001110110101100101111110011010101011000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CED6; }

 p { color: rgb(231,206,214); }

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

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

 a { background-color: rgb(231,206,214); }

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

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

 span { border-color: rgb(231,206,214); }

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