#E8CFD7

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

Shades of Prim #E8CFD7

Tints of Prim #E8CFD7

Color information

#E8CFD7 (or 0xE8CFD7) is unknown color: approx Prim. HEX triplet: E8, CF and D7. RGB value is (232,207,215). Sum of RGB (Red+Green+Blue) = 232+207+215=654 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.47% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CFD7 is #173028. Grayscale: #D7D7D7. Windows color (decimal): -1519657 or 14143464. OLE color: 14143464.

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

Color convert

RGB232207215-
CMYK00.110.070.09
HSL340.8º35.21%86.08%-
HSV(B)340.8º10.78%90.98%-
XYZ67.8666.6973.59-
YUV215.39127.78139.85-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.47%
GREEN value IS 207 (81.25% from 255) = 31.65%
BLUE value IS 215 (84.38% from 255) = 32.87%
R=35.47%
G=31.65%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220721500.110.070.09340.835.2186.08
HexE8CFD70B791552356
Octal35031732701371152543126
Binary1110100011001111110101110101111110011010101011000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CFD7; }

 p { color: rgb(232,207,215); }

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

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

 a { background-color: rgb(232,207,215); }

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

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

 span { border-color: rgb(232,207,215); }

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