#E7D6CB

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

Shades of Dawn Pink #E7D6CB

Tints of Dawn Pink #E7D6CB

Color information

#E7D6CB (or 0xE7D6CB) is unknown color: approx Dawn Pink. HEX triplet: E7, D6 and CB. RGB value is (231,214,203). Sum of RGB (Red+Green+Blue) = 231+214+203=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 214 (83.98% from 255 or 33.02% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D6CB is #182934. Grayscale: #D9D9D9. Windows color (decimal): -1583413 or 13358823. OLE color: 13358823.

HSL color Cylindrical-coordinate representation of color #E7D6CB: hue angle of 23.57º degrees, saturation: 0.37, 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 #E7D6CB is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB231214203-
CMYK00.070.120.09
HSL23.57º36.84%85.1%-
HSV(B)23.57º12.12%90.59%-
XYZ67.7869.3966.32-
YUV217.83119.63137.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.65%
GREEN value IS 214 (83.98% from 255) = 33.02%
BLUE value IS 203 (79.69% from 255) = 31.33%
R=35.65%
G=33.02%
B=31.33%

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
Decimal23121420300.070.120.0923.5736.8485.1
HexE7D6CB07C9182555
Octal3473263130714113045125
Binary111001111101011011001011011111001001110001001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D6CB; }

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

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

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

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

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

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

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

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