#E7CEDC

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

Shades of Prim #E7CEDC

Tints of Prim #E7CEDC

Color information

#E7CEDC (or 0xE7CEDC) is unknown color: approx Prim. HEX triplet: E7, CE and DC. RGB value is (231,206,220). Sum of RGB (Red+Green+Blue) = 231+206+220=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CEDC is #183123. Grayscale: #D7D7D7. Windows color (decimal): -1585444 or 14470887. OLE color: 14470887.

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

Color convert

RGB231206220-
CMYK00.110.050.09
HSL326.4º34.25%85.69%-
HSV(B)326.4º10.82%90.59%-
XYZ67.9466.376.93-
YUV215.07130.78139.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.16%
GREEN value IS 206 (80.86% from 255) = 31.35%
BLUE value IS 220 (86.33% from 255) = 33.49%
R=35.16%
G=31.35%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120622000.110.050.09326.434.2585.69
HexE7CEDC0B591462256
Octal34731633401351150642126
Binary1110011111001110110111000101110110011010001101000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CEDC; }

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

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

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

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

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

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

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

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