#E8CCD4

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

Shades of Prim #E8CCD4

Tints of Prim #E8CCD4

Color information

#E8CCD4 (or 0xE8CCD4) is unknown color: approx Prim. HEX triplet: E8, CC and D4. RGB value is (232,204,212). Sum of RGB (Red+Green+Blue) = 232+204+212=648 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.80% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 212 (83.20% from 255 or 32.72% from 648); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CCD4 is #17332B. Grayscale: #D5D5D5. Windows color (decimal): -1520428 or 13946088. OLE color: 13946088.

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

Color convert

RGB232204212-
CMYK00.120.090.09
HSL342.86º37.84%85.49%-
HSV(B)342.86º12.07%90.98%-
XYZ66.7665.171.33-
YUV213.28127.28141.35-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.80%
GREEN value IS 204 (80.08% from 255) = 31.48%
BLUE value IS 212 (83.20% from 255) = 32.72%
R=35.80%
G=31.48%
B=32.72%

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
Decimal23220421200.120.090.09342.8637.8485.49
HexE8CCD40C991572655
Octal350314324014111152746125
Binary11101000110011001101010001100100110011010101111001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CCD4; }

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

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

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

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

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

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

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

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