#EDD9CC

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

Shades of Dawn Pink #EDD9CC

Tints of Dawn Pink #EDD9CC

Color information

#EDD9CC (or 0xEDD9CC) is unknown color: approx Dawn Pink. HEX triplet: ED, D9 and CC. RGB value is (237,217,204). Sum of RGB (Red+Green+Blue) = 237+217+204=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9CC is #122633. Grayscale: #DDDDDD. Windows color (decimal): -1189428 or 13425133. OLE color: 13425133.

HSL color Cylindrical-coordinate representation of color #EDD9CC: hue angle of 23.64º 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 #EDD9CC is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB237217204-
CMYK00.080.140.07
HSL23.64º47.83%86.47%-
HSV(B)23.64º13.92%92.94%-
XYZ70.6471.9967.3-
YUV221.5118.13139.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 217 (85.16% from 255) = 32.98%
BLUE value IS 204 (80.08% from 255) = 31.00%
R=36.02%
G=32.98%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721720400.080.140.0723.6447.8386.47
HexEDD9CC08E7183056
Octal3553313140101673060126
Binary111011011101100111001100010001110111110001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD9CC; }

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

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

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

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

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

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

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

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