#E1CDD1

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

Shades of Prim #E1CDD1

Tints of Prim #E1CDD1

Color information

#E1CDD1 (or 0xE1CDD1) is unknown color: approx Prim. HEX triplet: E1, CD and D1. RGB value is (225,205,209). Sum of RGB (Red+Green+Blue) = 225+205+209=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDD1 is #1E322E. Grayscale: #D3D3D3. Windows color (decimal): -1978927 or 13749729. OLE color: 13749729.

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

Color convert

RGB225205209-
CMYK00.090.070.12
HSL348º25%84.31%-
HSV(B)348º8.89%88.24%-
XYZ64.3964.2769.33-
YUV211.44126.63137.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.21%
GREEN value IS 205 (80.47% from 255) = 32.08%
BLUE value IS 209 (82.03% from 255) = 32.71%
R=35.21%
G=32.08%
B=32.71%

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
Decimal22520520900.090.070.123482584.31
HexE1CDD1097C15c1954
Octal34131532101171453431124
Binary111000011100110111010001010011111100101011100110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDD1; }

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

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

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

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

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

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

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

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