#E0CCD1

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

Shades of Prim #E0CCD1

Tints of Prim #E0CCD1

Color information

#E0CCD1 (or 0xE0CCD1) is unknown color: approx Prim. HEX triplet: E0, CC and D1. RGB value is (224,204,209). Sum of RGB (Red+Green+Blue) = 224+204+209=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CCD1 is #1F332E. Grayscale: #D2D2D2. Windows color (decimal): -2044719 or 13749472. OLE color: 13749472.

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

Color convert

RGB224204209-
CMYK00.090.070.12
HSL345º24.39%83.92%-
HSV(B)345º8.93%87.84%-
XYZ63.8463.6469.24-
YUV210.55127.13137.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.16%
GREEN value IS 204 (80.08% from 255) = 32.03%
BLUE value IS 209 (82.03% from 255) = 32.81%
R=35.16%
G=32.03%
B=32.81%

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
Decimal22420420900.090.070.1234524.3983.92
HexE0CCD1097C1591854
Octal34031432101171453130124
Binary111000001100110011010001010011111100101011001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCD1; }

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

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

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

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

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

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

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

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