#E1CCD3

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

Shades of Prim #E1CCD3

Tints of Prim #E1CCD3

Color information

#E1CCD3 (or 0xE1CCD3) is unknown color: approx Prim. HEX triplet: E1, CC and D3. RGB value is (225,204,211). Sum of RGB (Red+Green+Blue) = 225+204+211=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCD3 is #1E332C. Grayscale: #D3D3D3. Windows color (decimal): -1979181 or 13880545. OLE color: 13880545.

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

Color convert

RGB225204211-
CMYK00.090.060.12
HSL340º25.93%84.12%-
HSV(B)340º9.33%88.24%-
XYZ64.463.970.57-
YUV211.08127.96137.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.16%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 211 (82.81% from 255) = 32.97%
R=35.16%
G=31.88%
B=32.97%

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
Decimal22520421100.090.060.1234025.9384.12
HexE1CCD3096C1541a54
Octal34131432301161452432124
Binary111000011100110011010011010011101100101010100110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCD3; }

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

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

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

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

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

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

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

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