#E5CCDA

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

Shades of Prim #E5CCDA

Tints of Prim #E5CCDA

Color information

#E5CCDA (or 0xE5CCDA) is unknown color: approx Prim. HEX triplet: E5, CC and DA. RGB value is (229,204,218). Sum of RGB (Red+Green+Blue) = 229+204+218=651 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.18% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CCDA is #1A3325. Grayscale: #D5D5D5. Windows color (decimal): -1717030 or 14339301. OLE color: 14339301.

HSL color Cylindrical-coordinate representation of color #E5CCDA: hue angle of 326.4º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5CCDA is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB229204218-
CMYK00.110.050.10
HSL326.4º32.47%84.9%-
HSV(B)326.4º10.92%89.8%-
XYZ66.5664.9175.35-
YUV213.07130.78139.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.18%
GREEN value IS 204 (80.08% from 255) = 31.34%
BLUE value IS 218 (85.55% from 255) = 33.49%
R=35.18%
G=31.34%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920421800.110.050.10326.432.4784.9
HexE5CCDA0B5A1462055
Octal34531433201351250640125
Binary1110010111001100110110100101110110101010001101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CCDA; }

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

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

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

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

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

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

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

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