#E1CCD7

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

Shades of Prim #E1CCD7

Tints of Prim #E1CCD7

Color information

#E1CCD7 (or 0xE1CCD7) is unknown color: approx Prim. HEX triplet: E1, CC and D7. RGB value is (225,204,215). Sum of RGB (Red+Green+Blue) = 225+204+215=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCD7 is #1E3328. Grayscale: #D3D3D3. Windows color (decimal): -1979177 or 14142689. OLE color: 14142689.

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

Color convert

RGB225204215-
CMYK00.090.040.12
HSL328.57º25.93%84.12%-
HSV(B)328.57º9.33%88.24%-
XYZ64.9164.173.24-
YUV211.53129.96137.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.94%
GREEN value IS 204 (80.08% from 255) = 31.68%
BLUE value IS 215 (84.38% from 255) = 33.39%
R=34.94%
G=31.68%
B=33.39%

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
Decimal22520421500.090.040.12328.5725.9384.12
HexE1CCD7094C1491a54
Octal34131432701141451132124
Binary111000011100110011010111010011001100101001001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCD7; }

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

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

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

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

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

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

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

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