#EDDCD0

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

Shades of Dawn Pink #EDDCD0

Tints of Dawn Pink #EDDCD0

Color information

#EDDCD0 (or 0xEDDCD0) is unknown color: approx Dawn Pink. HEX triplet: ED, DC and D0. RGB value is (237,220,208). Sum of RGB (Red+Green+Blue) = 237+220+208=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 208 (81.64% from 255 or 31.28% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCD0 is #12232F. Grayscale: #DFDFDF. Windows color (decimal): -1188656 or 13688045. OLE color: 13688045.

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

Color convert

RGB237220208-
CMYK00.070.120.07
HSL24.83º44.62%87.25%-
HSV(B)24.83º12.24%92.94%-
XYZ71.973.7470.12-
YUV223.71119.13137.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 220 (86.33% from 255) = 33.08%
BLUE value IS 208 (81.64% from 255) = 31.28%
R=35.64%
G=33.08%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722020800.070.120.0724.8344.6287.25
HexEDDCD007C7192d57
Octal355334320071473155127
Binary11101101110111001101000001111100111110011011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCD0; }

 p { color: rgb(237,220,208); }

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

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

 a { background-color: rgb(237,220,208); }

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

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

 span { border-color: rgb(237,220,208); }

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