#E0CDD9

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

Shades of Prim #E0CDD9

Tints of Prim #E0CDD9

Color information

#E0CDD9 (or 0xE0CDD9) is unknown color: approx Prim. HEX triplet: E0, CD and D9. RGB value is (224,205,217). Sum of RGB (Red+Green+Blue) = 224+205+217=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CDD9 is #1F3226. Grayscale: #D4D4D4. Windows color (decimal): -2044455 or 14274016. OLE color: 14274016.

HSL color Cylindrical-coordinate representation of color #E0CDD9: hue angle of 322.11º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0CDD9 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB224205217-
CMYK00.080.030.12
HSL322.11º23.46%84.12%-
HSV(B)322.11º8.48%87.84%-
XYZ65.164.5274.67-
YUV212.05130.79136.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.67%
GREEN value IS 205 (80.47% from 255) = 31.73%
BLUE value IS 217 (85.16% from 255) = 33.59%
R=34.67%
G=31.73%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420521700.080.030.12322.1123.4684.12
HexE0CDD9083C1421754
Octal34031533101031450227124
Binary11100000110011011101100101000111100101000010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CDD9; }

 p { color: rgb(224,205,217); }

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

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

 a { background-color: rgb(224,205,217); }

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

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

 span { border-color: rgb(224,205,217); }

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