#E7CDDA

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

Shades of Prim #E7CDDA

Tints of Prim #E7CDDA

Color information

#E7CDDA (or 0xE7CDDA) is unknown color: approx Prim. HEX triplet: E7, CD and DA. RGB value is (231,205,218). Sum of RGB (Red+Green+Blue) = 231+205+218=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDDA is #183225. Grayscale: #D6D6D6. Windows color (decimal): -1585702 or 14339559. OLE color: 14339559.

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

Color convert

RGB231205218-
CMYK00.110.060.09
HSL330º35.14%85.49%-
HSV(B)330º11.26%90.59%-
XYZ67.4465.7175.46-
YUV214.26130.11139.94-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.32%
GREEN value IS 205 (80.47% from 255) = 31.35%
BLUE value IS 218 (85.55% from 255) = 33.33%
R=35.32%
G=31.35%
B=33.33%

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
Decimal23120521800.110.060.0933035.1485.49
HexE7CDDA0B6914a2355
Octal34731533201361151243125
Binary1110011111001101110110100101111010011010010101000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDDA; }

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

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

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

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

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

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

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

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