#E1CDD3

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

Shades of Prim #E1CDD3

Tints of Prim #E1CDD3

Color information

#E1CDD3 (or 0xE1CDD3) is unknown color: approx Prim. HEX triplet: E1, CD and D3. RGB value is (225,205,211). Sum of RGB (Red+Green+Blue) = 225+205+211=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDD3 is #1E322C. Grayscale: #D3D3D3. Windows color (decimal): -1978925 or 13880801. OLE color: 13880801.

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

Color convert

RGB225205211-
CMYK00.090.060.12
HSL342º25%84.31%-
HSV(B)342º8.89%88.24%-
XYZ64.6464.3770.65-
YUV211.66127.63137.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.10%
GREEN value IS 205 (80.47% from 255) = 31.98%
BLUE value IS 211 (82.81% from 255) = 32.92%
R=35.10%
G=31.98%
B=32.92%

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
Decimal22520521100.090.060.123422584.31
HexE1CDD3096C1561954
Octal34131532301161452631124
Binary111000011100110111010011010011101100101010110110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDD3; }

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

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

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

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

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

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

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

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