#E7D7CF

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

Shades of Dawn Pink #E7D7CF

Tints of Dawn Pink #E7D7CF

Color information

#E7D7CF (or 0xE7D7CF) is unknown color: approx Dawn Pink. HEX triplet: E7, D7 and CF. RGB value is (231,215,207). Sum of RGB (Red+Green+Blue) = 231+215+207=653 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.38% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D7CF is #182830. Grayscale: #DADADA. Windows color (decimal): -1583153 or 13621223. OLE color: 13621223.

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

Color convert

RGB231215207-
CMYK00.070.100.09
HSL20º33.33%85.88%-
HSV(B)20º10.39%90.59%-
XYZ68.5270.0968.95-
YUV218.87121.3136.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.38%
GREEN value IS 215 (84.38% from 255) = 32.92%
BLUE value IS 207 (81.25% from 255) = 31.70%
R=35.38%
G=32.92%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121520700.070.100.092033.3385.88
HexE7D7CF07A9142156
Octal3473273170712112441126
Binary111001111101011111001111011110101001101001000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D7CF; }

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

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

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

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

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

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

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

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