#E4CDD5

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

Shades of Prim #E4CDD5

Tints of Prim #E4CDD5

Color information

#E4CDD5 (or 0xE4CDD5) is unknown color: approx Prim. HEX triplet: E4, CD and D5. RGB value is (228,205,213). Sum of RGB (Red+Green+Blue) = 228+205+213=646 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.29% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 213 (83.59% from 255 or 32.97% from 646); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CDD5 is #1B322A. Grayscale: #D4D4D4. Windows color (decimal): -1782315 or 14011876. OLE color: 14011876.

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

Color convert

RGB228205213-
CMYK00.100.070.11
HSL339.13º29.87%84.9%-
HSV(B)339.13º10.09%89.41%-
XYZ65.8464.9672.02-
YUV212.79128.12138.85-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.29%
GREEN value IS 205 (80.47% from 255) = 31.73%
BLUE value IS 213 (83.59% from 255) = 32.97%
R=35.29%
G=31.73%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820521300.100.070.11339.1329.8784.9
HexE4CDD50A7B1531e55
Octal34431532501271352336125
Binary111001001100110111010101010101111011101010011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CDD5; }

 p { color: rgb(228,205,213); }

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

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

 a { background-color: rgb(228,205,213); }

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

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

 span { border-color: rgb(228,205,213); }

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