#E7CFD8

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

Shades of Prim #E7CFD8

Tints of Prim #E7CFD8

Color information

#E7CFD8 (or 0xE7CFD8) is unknown color: approx Prim. HEX triplet: E7, CF and D8. RGB value is (231,207,216). Sum of RGB (Red+Green+Blue) = 231+207+216=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CFD8 is #183027. Grayscale: #D7D7D7. Windows color (decimal): -1585192 or 14208999. OLE color: 14208999.

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

Color convert

RGB231207216-
CMYK00.100.060.09
HSL337.5º33.33%85.88%-
HSV(B)337.5º10.39%90.59%-
XYZ67.6666.5774.25-
YUV215.2128.45139.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.32%
GREEN value IS 207 (81.25% from 255) = 31.65%
BLUE value IS 216 (84.77% from 255) = 33.03%
R=35.32%
G=31.65%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120721600.100.060.09337.533.3385.88
HexE7CFD80A691522156
Octal34731733001261152241126
Binary1110011111001111110110000101011010011010100101000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CFD8; }

 p { color: rgb(231,207,216); }

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

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

 a { background-color: rgb(231,207,216); }

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

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

 span { border-color: rgb(231,207,216); }

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