#E1CCD4

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

Shades of Prim #E1CCD4

Tints of Prim #E1CCD4

Color information

#E1CCD4 (or 0xE1CCD4) is unknown color: approx Prim. HEX triplet: E1, CC and D4. RGB value is (225,204,212). Sum of RGB (Red+Green+Blue) = 225+204+212=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCD4 is #1E332B. Grayscale: #D3D3D3. Windows color (decimal): -1979180 or 13946081. OLE color: 13946081.

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

Color convert

RGB225204212-
CMYK00.090.060.12
HSL337.14º25.93%84.12%-
HSV(B)337.14º9.33%88.24%-
XYZ64.5363.9571.23-
YUV211.19128.46137.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.10%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 212 (83.20% from 255) = 33.07%
R=35.10%
G=31.83%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520421200.090.060.12337.1425.9384.12
HexE1CCD4096C1511a54
Octal34131432401161452132124
Binary111000011100110011010100010011101100101010001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCD4; }

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

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

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

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

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

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

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

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