#E7CED4

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

Shades of Prim #E7CED4

Tints of Prim #E7CED4

Color information

#E7CED4 (or 0xE7CED4) is unknown color: approx Prim. HEX triplet: E7, CE and D4. RGB value is (231,206,212). Sum of RGB (Red+Green+Blue) = 231+206+212=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CED4 is #18312B. Grayscale: #D6D6D6. Windows color (decimal): -1585452 or 13946599. OLE color: 13946599.

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

Color convert

RGB231206212-
CMYK00.110.080.09
HSL345.6º34.25%85.69%-
HSV(B)345.6º10.82%90.59%-
XYZ66.9165.8971.48-
YUV214.16126.78140.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.59%
GREEN value IS 206 (80.86% from 255) = 31.74%
BLUE value IS 212 (83.20% from 255) = 32.67%
R=35.59%
G=31.74%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120621200.110.080.09345.634.2585.69
HexE7CED40B8915a2256
Octal347316324013101153242126
Binary11100111110011101101010001011100010011010110101000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CED4; }

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

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

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

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

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

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

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

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