#E2CCDA

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

Shades of Prim #E2CCDA

Tints of Prim #E2CCDA

Color information

#E2CCDA (or 0xE2CCDA) is unknown color: approx Prim. HEX triplet: E2, CC and DA. RGB value is (226,204,218). Sum of RGB (Red+Green+Blue) = 226+204+218=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CCDA is #1D3325. Grayscale: #D4D4D4. Windows color (decimal): -1913638 or 14339298. OLE color: 14339298.

HSL color Cylindrical-coordinate representation of color #E2CCDA: hue angle of 321.82º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2CCDA is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB226204218-
CMYK00.100.040.11
HSL321.82º27.5%84.31%-
HSV(B)321.82º9.73%88.63%-
XYZ65.6164.4275.31-
YUV212.17131.29137.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.88%
GREEN value IS 204 (80.08% from 255) = 31.48%
BLUE value IS 218 (85.55% from 255) = 33.64%
R=34.88%
G=31.48%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620421800.100.040.11321.8227.584.31
HexE2CCDA0A4B1421c54
Octal34231433201241350234124
Binary111000101100110011011010010101001011101000010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CCDA; }

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

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

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

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

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

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

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

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