#E7D7CA

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

Shades of Dawn Pink #E7D7CA

Tints of Dawn Pink #E7D7CA

Color information

#E7D7CA (or 0xE7D7CA) is unknown color: approx Dawn Pink. HEX triplet: E7, D7 and CA. RGB value is (231,215,202). Sum of RGB (Red+Green+Blue) = 231+215+202=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 215 (84.38% from 255 or 33.18% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D7CA is #182835. Grayscale: #DADADA. Windows color (decimal): -1583158 or 13293543. OLE color: 13293543.

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

Color convert

RGB231215202-
CMYK00.070.130.09
HSL26.9º37.66%84.9%-
HSV(B)26.9º12.55%90.59%-
XYZ67.9269.8565.78-
YUV218.3118.8137.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.65%
GREEN value IS 215 (84.38% from 255) = 33.18%
BLUE value IS 202 (79.30% from 255) = 31.17%
R=35.65%
G=33.18%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121520200.070.130.0926.937.6684.9
HexE7D7CA07D91b2655
Octal3473273120715113346125
Binary111001111101011111001010011111011001110111001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D7CA; }

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

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

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

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

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

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

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

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