#E7CDD9

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

Shades of Prim #E7CDD9

Tints of Prim #E7CDD9

Color information

#E7CDD9 (or 0xE7CDD9) is unknown color: approx Prim. HEX triplet: E7, CD and D9. RGB value is (231,205,217). Sum of RGB (Red+Green+Blue) = 231+205+217=653 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.38% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDD9 is #183226. Grayscale: #D6D6D6. Windows color (decimal): -1585703 or 14274023. OLE color: 14274023.

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

Color convert

RGB231205217-
CMYK00.110.060.09
HSL332.31º35.14%85.49%-
HSV(B)332.31º11.26%90.59%-
XYZ67.3165.6674.77-
YUV214.14129.61140.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.38%
GREEN value IS 205 (80.47% from 255) = 31.39%
BLUE value IS 217 (85.16% from 255) = 33.23%
R=35.38%
G=31.39%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120521700.110.060.09332.3135.1485.49
HexE7CDD90B6914c2355
Octal34731533101361151443125
Binary1110011111001101110110010101111010011010011001000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDD9; }

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

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

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

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

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

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

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

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