#E1CDD5

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

Shades of Prim #E1CDD5

Tints of Prim #E1CDD5

Color information

#E1CDD5 (or 0xE1CDD5) is unknown color: approx Prim. HEX triplet: E1, CD and D5. RGB value is (225,205,213). Sum of RGB (Red+Green+Blue) = 225+205+213=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDD5 is #1E322A. Grayscale: #D3D3D3. Windows color (decimal): -1978923 or 14011873. OLE color: 14011873.

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

Color convert

RGB225205213-
CMYK00.090.050.12
HSL336º25%84.31%-
HSV(B)336º8.89%88.24%-
XYZ64.8964.4771.98-
YUV211.89128.63137.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.99%
GREEN value IS 205 (80.47% from 255) = 31.88%
BLUE value IS 213 (83.59% from 255) = 33.13%
R=34.99%
G=31.88%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520521300.090.050.123362584.31
HexE1CDD5095C1501954
Octal34131532501151452031124
Binary111000011100110111010101010011011100101010000110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDD5; }

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

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

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

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

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

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

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

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