#EDDACD

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

Shades of Dawn Pink #EDDACD

Tints of Dawn Pink #EDDACD

Color information

#EDDACD (or 0xEDDACD) is unknown color: approx Dawn Pink. HEX triplet: ED, DA and CD. RGB value is (237,218,205). Sum of RGB (Red+Green+Blue) = 237+218+205=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDACD is #122532. Grayscale: #DEDEDE. Windows color (decimal): -1189171 or 13490925. OLE color: 13490925.

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

Color convert

RGB237218205-
CMYK00.080.140.07
HSL24.38º47.06%86.67%-
HSV(B)24.38º13.5%92.94%-
XYZ71.0272.5668.02-
YUV222.2118.29138.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.91%
GREEN value IS 218 (85.55% from 255) = 33.03%
BLUE value IS 205 (80.47% from 255) = 31.06%
R=35.91%
G=33.03%
B=31.06%

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
Decimal23721820500.080.140.0724.3847.0686.67
HexEDDACD08E7182f57
Octal3553323150101673057127
Binary111011011101101011001101010001110111110001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDACD; }

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

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

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

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

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

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

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

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