#E9CCDA

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

Shades of Prim #E9CCDA

Tints of Prim #E9CCDA

Color information

#E9CCDA (or 0xE9CCDA) is unknown color: approx Prim. HEX triplet: E9, CC and DA. RGB value is (233,204,218). Sum of RGB (Red+Green+Blue) = 233+204+218=655 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.57% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CCDA is #163325. Grayscale: #D6D6D6. Windows color (decimal): -1454886 or 14339305. OLE color: 14339305.

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

Color convert

RGB233204218-
CMYK00.120.060.09
HSL331.03º39.73%85.69%-
HSV(B)331.03º12.45%91.37%-
XYZ67.8565.5775.41-
YUV214.27130.11141.36-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.57%
GREEN value IS 204 (80.08% from 255) = 31.15%
BLUE value IS 218 (85.55% from 255) = 33.28%
R=35.57%
G=31.15%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320421800.120.060.09331.0339.7385.69
HexE9CCDA0C6914b2856
Octal35131433201461151350126
Binary1110100111001100110110100110011010011010010111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CCDA; }

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

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

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

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

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

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

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

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