#E1CDDA

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

Shades of Prim #E1CDDA

Tints of Prim #E1CDDA

Color information

#E1CDDA (or 0xE1CDDA) is unknown color: approx Prim. HEX triplet: E1, CD and DA. RGB value is (225,205,218). Sum of RGB (Red+Green+Blue) = 225+205+218=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDDA is #1E3225. Grayscale: #D4D4D4. Windows color (decimal): -1978918 or 14339553. OLE color: 14339553.

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

Color convert

RGB225205218-
CMYK00.090.030.12
HSL321º25%84.31%-
HSV(B)321º8.89%88.24%-
XYZ65.5464.7375.37-
YUV212.46131.13136.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.72%
GREEN value IS 205 (80.47% from 255) = 31.64%
BLUE value IS 218 (85.55% from 255) = 33.64%
R=34.72%
G=31.64%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520521800.090.030.123212584.31
HexE1CDDA093C1411954
Octal34131533201131450131124
Binary11100001110011011101101001001111100101000001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDDA; }

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

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

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

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

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

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

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

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