#E7DACE

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

Shades of Dawn Pink #E7DACE

Tints of Dawn Pink #E7DACE

Color information

#E7DACE (or 0xE7DACE) is unknown color: approx Dawn Pink. HEX triplet: E7, DA and CE. RGB value is (231,218,206). Sum of RGB (Red+Green+Blue) = 231+218+206=655 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.27% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DACE is #182531. Grayscale: #DCDCDC. Windows color (decimal): -1582386 or 13556455. OLE color: 13556455.

HSL color Cylindrical-coordinate representation of color #E7DACE: hue angle of 28.8º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7DACE is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB231218206-
CMYK00.060.110.09
HSL28.8º34.25%85.69%-
HSV(B)28.8º10.82%90.59%-
XYZ69.1771.5968.56-
YUV220.52119.81135.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.27%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 206 (80.86% from 255) = 31.45%
R=35.27%
G=33.28%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121820600.060.110.0928.834.2585.69
HexE7DACE06B91d2256
Octal3473323160613113542126
Binary111001111101101011001110011010111001111011000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DACE; }

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

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

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

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

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

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

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

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