#EDD7CC

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

Shades of Dawn Pink #EDD7CC

Tints of Dawn Pink #EDD7CC

Color information

#EDD7CC (or 0xEDD7CC) is unknown color: approx Dawn Pink. HEX triplet: ED, D7 and CC. RGB value is (237,215,204). Sum of RGB (Red+Green+Blue) = 237+215+204=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7CC is #122833. Grayscale: #DCDCDC. Windows color (decimal): -1189940 or 13424621. OLE color: 13424621.

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

Color convert

RGB237215204-
CMYK00.090.140.07
HSL20º47.83%86.47%-
HSV(B)20º13.92%92.94%-
XYZ70.1270.9767.13-
YUV220.32118.79139.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.13%
GREEN value IS 215 (84.38% from 255) = 32.77%
BLUE value IS 204 (80.08% from 255) = 31.10%
R=36.13%
G=32.77%
B=31.10%

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
Decimal23721520400.090.140.072047.8386.47
HexEDD7CC09E7143056
Octal3553273140111672460126
Binary111011011101011111001100010011110111101001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD7CC; }

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

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

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

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

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

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

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

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