#E7D8CD

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

Shades of Dawn Pink #E7D8CD

Tints of Dawn Pink #E7D8CD

Color information

#E7D8CD (or 0xE7D8CD) is unknown color: approx Dawn Pink. HEX triplet: E7, D8 and CD. RGB value is (231,216,205). Sum of RGB (Red+Green+Blue) = 231+216+205=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 216 (84.77% from 255 or 33.13% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D8CD is #182732. Grayscale: #DBDBDB. Windows color (decimal): -1582899 or 13490407. OLE color: 13490407.

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

Color convert

RGB231216205-
CMYK00.060.110.09
HSL25.38º35.14%85.49%-
HSV(B)25.38º11.26%90.59%-
XYZ68.5370.5167.76-
YUV219.23119.97136.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.43%
GREEN value IS 216 (84.77% from 255) = 33.13%
BLUE value IS 205 (80.47% from 255) = 31.44%
R=35.43%
G=33.13%
B=31.44%

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
Decimal23121620500.060.110.0925.3835.1485.49
HexE7D8CD06B9192355
Octal3473303150613113143125
Binary111001111101100011001101011010111001110011000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D8CD; }

 p { color: rgb(231,216,205); }

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

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

 a { background-color: rgb(231,216,205); }

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

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

 span { border-color: rgb(231,216,205); }

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