#E7CED7

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

Shades of Prim #E7CED7

Tints of Prim #E7CED7

Color information

#E7CED7 (or 0xE7CED7) is unknown color: approx Prim. HEX triplet: E7, CE and D7. RGB value is (231,206,215). Sum of RGB (Red+Green+Blue) = 231+206+215=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 215 (84.38% from 255 or 32.98% from 652); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CED7 is #183128. Grayscale: #D6D6D6. Windows color (decimal): -1585449 or 14143207. OLE color: 14143207.

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

Color convert

RGB231206215-
CMYK00.110.070.09
HSL338.4º34.25%85.69%-
HSV(B)338.4º10.82%90.59%-
XYZ67.2966.0473.49-
YUV214.5128.28139.77-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.43%
GREEN value IS 206 (80.86% from 255) = 31.60%
BLUE value IS 215 (84.38% from 255) = 32.98%
R=35.43%
G=31.60%
B=32.98%

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
Decimal23120621500.110.070.09338.434.2585.69
HexE7CED70B791522256
Octal34731632701371152242126
Binary1110011111001110110101110101111110011010100101000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CED7; }

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

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

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

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

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

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

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

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