#E8CDD7

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

Shades of Prim #E8CDD7

Tints of Prim #E8CDD7

Color information

#E8CDD7 (or 0xE8CDD7) is unknown color: approx Prim. HEX triplet: E8, CD and D7. RGB value is (232,205,215). Sum of RGB (Red+Green+Blue) = 232+205+215=652 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.58% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 215 (84.38% from 255 or 32.98% from 652); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDD7 is #173228. Grayscale: #D6D6D6. Windows color (decimal): -1520169 or 14142952. OLE color: 14142952.

HSL color Cylindrical-coordinate representation of color #E8CDD7: hue angle of 337.78º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8CDD7 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB232205215-
CMYK00.120.070.09
HSL337.78º36.99%85.69%-
HSV(B)337.78º11.64%90.98%-
XYZ67.3865.7273.43-
YUV214.21128.45140.69-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.58%
GREEN value IS 205 (80.47% from 255) = 31.44%
BLUE value IS 215 (84.38% from 255) = 32.98%
R=35.58%
G=31.44%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220521500.120.070.09337.7836.9985.69
HexE8CDD70C791522556
Octal35031532701471152245126
Binary1110100011001101110101110110011110011010100101001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDD7; }

 p { color: rgb(232,205,215); }

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

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

 a { background-color: rgb(232,205,215); }

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

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

 span { border-color: rgb(232,205,215); }

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