#EDD7CD

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

Shades of Dawn Pink #EDD7CD

Tints of Dawn Pink #EDD7CD

Color information

#EDD7CD (or 0xEDD7CD) is unknown color: approx Dawn Pink. HEX triplet: ED, D7 and CD. RGB value is (237,215,205). Sum of RGB (Red+Green+Blue) = 237+215+205=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7CD is #122832. Grayscale: #DCDCDC. Windows color (decimal): -1189939 or 13490157. OLE color: 13490157.

HSL color Cylindrical-coordinate representation of color #EDD7CD: hue angle of 18.75º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDD7CD is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB237215205-
CMYK00.090.140.07
HSL18.75º47.06%86.67%-
HSV(B)18.75º13.5%92.94%-
XYZ70.2471.0167.76-
YUV220.44119.29139.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.07%
GREEN value IS 215 (84.38% from 255) = 32.72%
BLUE value IS 205 (80.47% from 255) = 31.20%
R=36.07%
G=32.72%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721520500.090.140.0718.7547.0686.67
HexEDD7CD09E7132f57
Octal3553273150111672357127
Binary111011011101011111001101010011110111100111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD7CD; }

 p { color: rgb(237,215,205); }

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

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

 a { background-color: rgb(237,215,205); }

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

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

 span { border-color: rgb(237,215,205); }

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