#EEDACD

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

Shades of Dawn Pink #EEDACD

Tints of Dawn Pink #EEDACD

Color information

#EEDACD (or 0xEEDACD) is unknown color: approx Dawn Pink. HEX triplet: EE, DA and CD. RGB value is (238,218,205). Sum of RGB (Red+Green+Blue) = 238+218+205=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDACD is #112532. Grayscale: #DEDEDE. Windows color (decimal): -1123635 or 13490926. OLE color: 13490926.

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

Color convert

RGB238218205-
CMYK00.080.140.07
HSL23.64º49.25%86.86%-
HSV(B)23.64º13.87%93.33%-
XYZ71.3572.7368.03-
YUV222.5118.13139.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.01%
GREEN value IS 218 (85.55% from 255) = 32.98%
BLUE value IS 205 (80.47% from 255) = 31.01%
R=36.01%
G=32.98%
B=31.01%

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
Decimal23821820500.080.140.0723.6449.2586.86
HexEEDACD08E7183157
Octal3563323150101673061127
Binary111011101101101011001101010001110111110001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDACD; }

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

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

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

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

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

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

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

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