#E7DBD4

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

Shades of Dawn Pink #E7DBD4

Tints of Dawn Pink #E7DBD4

Color information

#E7DBD4 (or 0xE7DBD4) is unknown color: approx Dawn Pink. HEX triplet: E7, DB and D4. RGB value is (231,219,212). Sum of RGB (Red+Green+Blue) = 231+219+212=662 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.89% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 212 (83.20% from 255 or 32.02% from 662); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBD4 is #18242B. Grayscale: #DDDDDD. Windows color (decimal): -1582124 or 13949927. OLE color: 13949927.

HSL color Cylindrical-coordinate representation of color #E7DBD4: hue angle of 22.11º degrees, saturation: 0.28, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E7DBD4 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB231219212-
CMYK00.050.080.09
HSL22.11º28.36%86.86%-
HSV(B)22.11º8.23%90.59%-
XYZ70.1772.4172.56-
YUV221.79122.48134.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.89%
GREEN value IS 219 (85.94% from 255) = 33.08%
BLUE value IS 212 (83.20% from 255) = 32.02%
R=34.89%
G=33.08%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121921200.050.080.0922.1128.3686.86
HexE7DBD40589161c57
Octal3473333240510112634127
Binary11100111110110111101010001011000100110110111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DBD4; }

 p { color: rgb(231,219,212); }

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

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

 a { background-color: rgb(231,219,212); }

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

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

 span { border-color: rgb(231,219,212); }

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