#E1CDD9

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

Shades of Prim #E1CDD9

Tints of Prim #E1CDD9

Color information

#E1CDD9 (or 0xE1CDD9) is unknown color: approx Prim. HEX triplet: E1, CD and D9. RGB value is (225,205,217). Sum of RGB (Red+Green+Blue) = 225+205+217=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDD9 is #1E3226. Grayscale: #D4D4D4. Windows color (decimal): -1978919 or 14274017. OLE color: 14274017.

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

Color convert

RGB225205217-
CMYK00.090.040.12
HSL324º25%84.31%-
HSV(B)324º8.89%88.24%-
XYZ65.4164.6874.68-
YUV212.35130.63137.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.78%
GREEN value IS 205 (80.47% from 255) = 31.68%
BLUE value IS 217 (85.16% from 255) = 33.54%
R=34.78%
G=31.68%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520521700.090.040.123242584.31
HexE1CDD9094C1441954
Octal34131533101141450431124
Binary111000011100110111011001010011001100101000100110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDD9; }

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

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

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

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

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

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

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

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