#E7D6C9

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

Shades of Dawn Pink #E7D6C9

Tints of Dawn Pink #E7D6C9

Color information

#E7D6C9 (or 0xE7D6C9) is unknown color: approx Dawn Pink. HEX triplet: E7, D6 and C9. RGB value is (231,214,201). Sum of RGB (Red+Green+Blue) = 231+214+201=646 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.76% from 646); Green value is 214 (83.98% from 255 or 33.13% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D6C9 is #182936. Grayscale: #D9D9D9. Windows color (decimal): -1583415 or 13227751. OLE color: 13227751.

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

Color convert

RGB231214201-
CMYK00.070.130.09
HSL26º38.46%84.71%-
HSV(B)26º12.99%90.59%-
XYZ67.5469.365.07-
YUV217.6118.63137.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.76%
GREEN value IS 214 (83.98% from 255) = 33.13%
BLUE value IS 201 (78.91% from 255) = 31.11%
R=35.76%
G=33.13%
B=31.11%

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
Decimal23121420100.070.130.092638.4684.71
HexE7D6C907D91a2655
Octal3473263110715113246125
Binary111001111101011011001001011111011001110101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D6C9; }

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

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

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

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

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

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

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

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