#E2CDDA

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

Shades of Prim #E2CDDA

Tints of Prim #E2CDDA

Color information

#E2CDDA (or 0xE2CDDA) is unknown color: approx Prim. HEX triplet: E2, CD and DA. RGB value is (226,205,218). Sum of RGB (Red+Green+Blue) = 226+205+218=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CDDA is #1D3225. Grayscale: #D4D4D4. Windows color (decimal): -1913382 or 14339554. OLE color: 14339554.

HSL color Cylindrical-coordinate representation of color #E2CDDA: hue angle of 322.86º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2CDDA is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB226205218-
CMYK00.090.040.11
HSL322.86º26.58%84.51%-
HSV(B)322.86º9.29%88.63%-
XYZ65.8564.8975.38-
YUV212.76130.96137.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.82%
GREEN value IS 205 (80.47% from 255) = 31.59%
BLUE value IS 218 (85.55% from 255) = 33.59%
R=34.82%
G=31.59%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620521800.090.040.11322.8626.5884.51
HexE2CDDA094B1431b55
Octal34231533201141350333125
Binary111000101100110111011010010011001011101000011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CDDA; }

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

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

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

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

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

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

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

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