#E1CCD9

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

Shades of Prim #E1CCD9

Tints of Prim #E1CCD9

Color information

#E1CCD9 (or 0xE1CCD9) is unknown color: approx Prim. HEX triplet: E1, CC and D9. RGB value is (225,204,217). Sum of RGB (Red+Green+Blue) = 225+204+217=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCD9 is #1E3326. Grayscale: #D3D3D3. Windows color (decimal): -1979175 or 14273761. OLE color: 14273761.

HSL color Cylindrical-coordinate representation of color #E1CCD9: hue angle of 322.86º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1CCD9 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB225204217-
CMYK00.090.040.12
HSL322.86º25.93%84.12%-
HSV(B)322.86º9.33%88.24%-
XYZ65.1764.274.6-
YUV211.76130.96137.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.83%
GREEN value IS 204 (80.08% from 255) = 31.58%
BLUE value IS 217 (85.16% from 255) = 33.59%
R=34.83%
G=31.58%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520421700.090.040.12322.8625.9384.12
HexE1CCD9094C1431a54
Octal34131433101141450332124
Binary111000011100110011011001010011001100101000011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCD9; }

 p { color: rgb(225,204,217); }

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

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

 a { background-color: rgb(225,204,217); }

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

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

 span { border-color: rgb(225,204,217); }

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