#E5CCDB

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

Shades of Prim #E5CCDB

Tints of Prim #E5CCDB

Color information

#E5CCDB (or 0xE5CCDB) is unknown color: approx Prim. HEX triplet: E5, CC and DB. RGB value is (229,204,219). Sum of RGB (Red+Green+Blue) = 229+204+219=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CCDB is #1A3324. Grayscale: #D5D5D5. Windows color (decimal): -1717029 or 14404837. OLE color: 14404837.

HSL color Cylindrical-coordinate representation of color #E5CCDB: hue angle of 324º 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 #E5CCDB is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB229204219-
CMYK00.110.040.10
HSL324º32.47%84.9%-
HSV(B)324º10.92%89.8%-
XYZ66.6964.9676.04-
YUV213.18131.28139.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.12%
GREEN value IS 204 (80.08% from 255) = 31.29%
BLUE value IS 219 (85.94% from 255) = 33.59%
R=35.12%
G=31.29%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920421900.110.040.1032432.4784.9
HexE5CCDB0B4A1442055
Octal34531433301341250440125
Binary1110010111001100110110110101110010101010001001000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CCDB; }

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

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

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

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

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

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

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

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