#E7DAD0

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

Shades of Dawn Pink #E7DAD0

Tints of Dawn Pink #E7DAD0

Color information

#E7DAD0 (or 0xE7DAD0) is unknown color: approx Dawn Pink. HEX triplet: E7, DA and D0. RGB value is (231,218,208). Sum of RGB (Red+Green+Blue) = 231+218+208=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DAD0 is #18252F. Grayscale: #DCDCDC. Windows color (decimal): -1582384 or 13687527. OLE color: 13687527.

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

Color convert

RGB231218208-
CMYK00.060.100.09
HSL26.09º32.39%86.08%-
HSV(B)26.09º9.96%90.59%-
XYZ69.4171.6969.85-
YUV220.75120.81135.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.16%
GREEN value IS 218 (85.55% from 255) = 33.18%
BLUE value IS 208 (81.64% from 255) = 31.66%
R=35.16%
G=33.18%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121820800.060.100.0926.0932.3986.08
HexE7DAD006A91a2056
Octal3473323200612113240126
Binary111001111101101011010000011010101001110101000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DAD0; }

 p { color: rgb(231,218,208); }

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

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

 a { background-color: rgb(231,218,208); }

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

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

 span { border-color: rgb(231,218,208); }

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