#E7DACF

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

Shades of Dawn Pink #E7DACF

Tints of Dawn Pink #E7DACF

Color information

#E7DACF (or 0xE7DACF) is unknown color: approx Dawn Pink. HEX triplet: E7, DA and CF. RGB value is (231,218,207). Sum of RGB (Red+Green+Blue) = 231+218+207=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DACF is #182530. Grayscale: #DCDCDC. Windows color (decimal): -1582385 or 13621991. OLE color: 13621991.

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

Color convert

RGB231218207-
CMYK00.060.100.09
HSL27.5º33.33%85.88%-
HSV(B)27.5º10.39%90.59%-
XYZ69.2971.6469.21-
YUV220.63120.31135.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.21%
GREEN value IS 218 (85.55% from 255) = 33.23%
BLUE value IS 207 (81.25% from 255) = 31.55%
R=35.21%
G=33.23%
B=31.55%

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
Decimal23121820700.060.100.0927.533.3385.88
HexE7DACF06A91c2156
Octal3473323170612113441126
Binary111001111101101011001111011010101001111001000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DACF; }

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

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

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

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

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

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

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

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