#E7D6CC

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

Shades of Dawn Pink #E7D6CC

Tints of Dawn Pink #E7D6CC

Color information

#E7D6CC (or 0xE7D6CC) is unknown color: approx Dawn Pink. HEX triplet: E7, D6 and CC. RGB value is (231,214,204). Sum of RGB (Red+Green+Blue) = 231+214+204=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 214 (83.98% from 255 or 32.97% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D6CC is #182933. Grayscale: #DADADA. Windows color (decimal): -1583412 or 13424359. OLE color: 13424359.

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

Color convert

RGB231214204-
CMYK00.070.120.09
HSL22.22º36%85.29%-
HSV(B)22.22º11.69%90.59%-
XYZ67.969.4466.95-
YUV217.94120.13137.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.59%
GREEN value IS 214 (83.98% from 255) = 32.97%
BLUE value IS 204 (80.08% from 255) = 31.43%
R=35.59%
G=32.97%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121420400.070.120.0922.223685.29
HexE7D6CC07C9162455
Octal3473263140714112644125
Binary111001111101011011001100011111001001101101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D6CC; }

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

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

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

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

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

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

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

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