#EEDCCF

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

Shades of Dawn Pink #EEDCCF

Tints of Dawn Pink #EEDCCF

Color information

#EEDCCF (or 0xEEDCCF) is unknown color: approx Dawn Pink. HEX triplet: EE, DC and CF. RGB value is (238,220,207). Sum of RGB (Red+Green+Blue) = 238+220+207=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 207 (81.25% from 255 or 31.13% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCCF is #112330. Grayscale: #DFDFDF. Windows color (decimal): -1123121 or 13622510. OLE color: 13622510.

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

Color convert

RGB238220207-
CMYK00.080.130.07
HSL25.16º47.69%87.25%-
HSV(B)25.16º13.03%93.33%-
XYZ72.1273.8769.49-
YUV223.9118.46138.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.79%
GREEN value IS 220 (86.33% from 255) = 33.08%
BLUE value IS 207 (81.25% from 255) = 31.13%
R=35.79%
G=33.08%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822020700.080.130.0725.1647.6987.25
HexEEDCCF08D7193057
Octal3563343170101573160127
Binary111011101101110011001111010001101111110011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCCF; }

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

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

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

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

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

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

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

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