#E0CCD5

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

Shades of Prim #E0CCD5

Tints of Prim #E0CCD5

Color information

#E0CCD5 (or 0xE0CCD5) is unknown color: approx Prim. HEX triplet: E0, CC and D5. RGB value is (224,204,213). Sum of RGB (Red+Green+Blue) = 224+204+213=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 213 (83.59% from 255 or 33.23% from 641); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CCD5 is #1F332A. Grayscale: #D2D2D2. Windows color (decimal): -2044715 or 14011616. OLE color: 14011616.

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

Color convert

RGB224204213-
CMYK00.090.050.12
HSL333º24.39%83.92%-
HSV(B)333º8.93%87.84%-
XYZ64.3463.8471.88-
YUV211.01129.13137.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.95%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 213 (83.59% from 255) = 33.23%
R=34.95%
G=31.83%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420421300.090.050.1233324.3983.92
HexE0CCD5095C14d1854
Octal34031432501151451530124
Binary111000001100110011010101010011011100101001101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCD5; }

 p { color: rgb(224,204,213); }

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

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

 a { background-color: rgb(224,204,213); }

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

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

 span { border-color: rgb(224,204,213); }

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