#E8CDD4

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

Shades of Prim #E8CDD4

Tints of Prim #E8CDD4

Color information

#E8CDD4 (or 0xE8CDD4) is unknown color: approx Prim. HEX triplet: E8, CD and D4. RGB value is (232,205,212). Sum of RGB (Red+Green+Blue) = 232+205+212=649 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.75% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDD4 is #17322B. Grayscale: #D5D5D5. Windows color (decimal): -1520172 or 13946344. OLE color: 13946344.

HSL color Cylindrical-coordinate representation of color #E8CDD4: hue angle of 344.44º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8CDD4 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB232205212-
CMYK00.120.090.09
HSL344.44º36.99%85.69%-
HSV(B)344.44º11.64%90.98%-
XYZ66.9965.5771.41-
YUV213.87126.95140.93-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.75%
GREEN value IS 205 (80.47% from 255) = 31.59%
BLUE value IS 212 (83.20% from 255) = 32.67%
R=35.75%
G=31.59%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220521200.120.090.09344.4436.9985.69
HexE8CDD40C991582556
Octal350315324014111153045126
Binary11101000110011011101010001100100110011010110001001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDD4; }

 p { color: rgb(232,205,212); }

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

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

 a { background-color: rgb(232,205,212); }

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

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

 span { border-color: rgb(232,205,212); }

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