#E7CDD5

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

Shades of Prim #E7CDD5

Tints of Prim #E7CDD5

Color information

#E7CDD5 (or 0xE7CDD5) is unknown color: approx Prim. HEX triplet: E7, CD and D5. RGB value is (231,205,213). Sum of RGB (Red+Green+Blue) = 231+205+213=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDD5 is #18322A. Grayscale: #D5D5D5. Windows color (decimal): -1585707 or 14011879. OLE color: 14011879.

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

Color convert

RGB231205213-
CMYK00.110.080.09
HSL341.54º35.14%85.49%-
HSV(B)341.54º11.26%90.59%-
XYZ66.865.4672.06-
YUV213.69127.61140.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.59%
GREEN value IS 205 (80.47% from 255) = 31.59%
BLUE value IS 213 (83.59% from 255) = 32.82%
R=35.59%
G=31.59%
B=32.82%

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
Decimal23120521300.110.080.09341.5435.1485.49
HexE7CDD50B891562355
Octal347315325013101152643125
Binary11100111110011011101010101011100010011010101101000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDD5; }

 p { color: rgb(231,205,213); }

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

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

 a { background-color: rgb(231,205,213); }

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

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

 span { border-color: rgb(231,205,213); }

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