#E1CCD2

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

Shades of Prim #E1CCD2

Tints of Prim #E1CCD2

Color information

#E1CCD2 (or 0xE1CCD2) is unknown color: approx Prim. HEX triplet: E1, CC and D2. RGB value is (225,204,210). Sum of RGB (Red+Green+Blue) = 225+204+210=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCD2 is #1E332D. Grayscale: #D2D2D2. Windows color (decimal): -1979182 or 13815009. OLE color: 13815009.

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

Color convert

RGB225204210-
CMYK00.090.070.12
HSL342.86º25.93%84.12%-
HSV(B)342.86º9.33%88.24%-
XYZ64.2863.8569.91-
YUV210.96127.46138.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.21%
GREEN value IS 204 (80.08% from 255) = 31.92%
BLUE value IS 210 (82.42% from 255) = 32.86%
R=35.21%
G=31.92%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520421000.090.070.12342.8625.9384.12
HexE1CCD2097C1571a54
Octal34131432201171452732124
Binary111000011100110011010010010011111100101010111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCD2; }

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

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

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

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

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

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

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

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