#EDDCCF

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

Shades of Dawn Pink #EDDCCF

Tints of Dawn Pink #EDDCCF

Color information

#EDDCCF (or 0xEDDCCF) is unknown color: approx Dawn Pink. HEX triplet: ED, DC and CF. RGB value is (237,220,207). Sum of RGB (Red+Green+Blue) = 237+220+207=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 207 (81.25% from 255 or 31.17% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCCF is #122330. Grayscale: #DFDFDF. Windows color (decimal): -1188657 or 13622509. OLE color: 13622509.

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

Color convert

RGB237220207-
CMYK00.070.130.07
HSL26º45.45%87.06%-
HSV(B)26º12.66%92.94%-
XYZ71.7873.769.47-
YUV223.6118.63137.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.69%
GREEN value IS 220 (86.33% from 255) = 33.13%
BLUE value IS 207 (81.25% from 255) = 31.17%
R=35.69%
G=33.13%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722020700.070.130.072645.4587.06
HexEDDCCF07D71a2d57
Octal355334317071573255127
Binary11101101110111001100111101111101111110101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCCF; }

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

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

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

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

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

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

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

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