#E7D6CA

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

Shades of Dawn Pink #E7D6CA

Tints of Dawn Pink #E7D6CA

Color information

#E7D6CA (or 0xE7D6CA) is unknown color: approx Dawn Pink. HEX triplet: E7, D6 and CA. RGB value is (231,214,202). Sum of RGB (Red+Green+Blue) = 231+214+202=647 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.70% from 647); Green value is 214 (83.98% from 255 or 33.08% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D6CA is #182935. Grayscale: #D9D9D9. Windows color (decimal): -1583414 or 13293287. OLE color: 13293287.

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

Color convert

RGB231214202-
CMYK00.070.130.09
HSL24.83º37.66%84.9%-
HSV(B)24.83º12.55%90.59%-
XYZ67.6669.3565.7-
YUV217.72119.13137.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.70%
GREEN value IS 214 (83.98% from 255) = 33.08%
BLUE value IS 202 (79.30% from 255) = 31.22%
R=35.70%
G=33.08%
B=31.22%

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
Decimal23121420200.070.130.0924.8337.6684.9
HexE7D6CA07D9192655
Octal3473263120715113146125
Binary111001111101011011001010011111011001110011001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D6CA; }

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

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

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

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

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

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

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

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