#E8CFDA

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

Shades of Prim #E8CFDA

Tints of Prim #E8CFDA

Color information

#E8CFDA (or 0xE8CFDA) is unknown color: approx Prim. HEX triplet: E8, CF and DA. RGB value is (232,207,218). Sum of RGB (Red+Green+Blue) = 232+207+218=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CFDA is #173025. Grayscale: #D7D7D7. Windows color (decimal): -1519654 or 14340072. OLE color: 14340072.

HSL color Cylindrical-coordinate representation of color #E8CFDA: hue angle of 333.6º 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 #E8CFDA is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB232207218-
CMYK00.110.060.09
HSL333.6º35.21%86.08%-
HSV(B)333.6º10.78%90.98%-
XYZ68.2566.8475.63-
YUV215.73129.28139.61-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.31%
GREEN value IS 207 (81.25% from 255) = 31.51%
BLUE value IS 218 (85.55% from 255) = 33.18%
R=35.31%
G=31.51%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220721800.110.060.09333.635.2186.08
HexE8CFDA0B6914e2356
Octal35031733201361151643126
Binary1110100011001111110110100101111010011010011101000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CFDA; }

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

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

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

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

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

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

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

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