#E9CDD5

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

Shades of Prim #E9CDD5

Tints of Prim #E9CDD5

Color information

#E9CDD5 (or 0xE9CDD5) is unknown color: approx Prim. HEX triplet: E9, CD and D5. RGB value is (233,205,213). Sum of RGB (Red+Green+Blue) = 233+205+213=651 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.79% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDD5 is #16322A. Grayscale: #D6D6D6. Windows color (decimal): -1454635 or 14011881. OLE color: 14011881.

HSL color Cylindrical-coordinate representation of color #E9CDD5: hue angle of 342.86º degrees, saturation: 0.39, 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 #E9CDD5 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB233205213-
CMYK00.120.090.09
HSL342.86º38.89%85.88%-
HSV(B)342.86º12.02%91.37%-
XYZ67.4565.7972.09-
YUV214.28127.28141.35-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.79%
GREEN value IS 205 (80.47% from 255) = 31.49%
BLUE value IS 213 (83.59% from 255) = 32.72%
R=35.79%
G=31.49%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320521300.120.090.09342.8638.8985.88
HexE9CDD50C991572756
Octal351315325014111152747126
Binary11101001110011011101010101100100110011010101111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDD5; }

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

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

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

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

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

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

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

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