#E9CCD4

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

Shades of Prim #E9CCD4

Tints of Prim #E9CCD4

Color information

#E9CCD4 (or 0xE9CCD4) is unknown color: approx Prim. HEX triplet: E9, CC and D4. RGB value is (233,204,212). Sum of RGB (Red+Green+Blue) = 233+204+212=649 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.90% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CCD4 is #16332B. Grayscale: #D5D5D5. Windows color (decimal): -1454892 or 13946089. OLE color: 13946089.

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

Color convert

RGB233204212-
CMYK00.120.090.09
HSL343.45º39.73%85.69%-
HSV(B)343.45º12.45%91.37%-
XYZ67.0865.2671.35-
YUV213.58127.11141.85-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.90%
GREEN value IS 204 (80.08% from 255) = 31.43%
BLUE value IS 212 (83.20% from 255) = 32.67%
R=35.90%
G=31.43%
B=32.67%

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
Decimal23320421200.120.090.09343.4539.7385.69
HexE9CCD40C991572856
Octal351314324014111152750126
Binary11101001110011001101010001100100110011010101111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CCD4; }

 p { color: rgb(233,204,212); }

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

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

 a { background-color: rgb(233,204,212); }

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

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

 span { border-color: rgb(233,204,212); }

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