#EADACE

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

Shades of Dawn Pink #EADACE

Tints of Dawn Pink #EADACE

Color information

#EADACE (or 0xEADACE) is unknown color: approx Dawn Pink. HEX triplet: EA, DA and CE. RGB value is (234,218,206). Sum of RGB (Red+Green+Blue) = 234+218+206=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 234 - color contains mainly: red. Hex color #EADACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADACE is #152531. Grayscale: #DDDDDD. Windows color (decimal): -1385778 or 13556458. OLE color: 13556458.

HSL color Cylindrical-coordinate representation of color #EADACE: hue angle of 25.71º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EADACE is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB234218206-
CMYK00.070.120.08
HSL25.71º40%86.27%-
HSV(B)25.71º11.97%91.76%-
XYZ70.1472.0968.61-
YUV221.42119.3136.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.56%
GREEN value IS 218 (85.55% from 255) = 33.13%
BLUE value IS 206 (80.86% from 255) = 31.31%
R=35.56%
G=33.13%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421820600.070.120.0825.714086.27
HexEADACE07C81a2856
Octal3523323160714103250126
Binary111010101101101011001110011111001000110101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADACE; }

 p { color: rgb(234,218,206); }

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

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

 a { background-color: rgb(234,218,206); }

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

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

 span { border-color: rgb(234,218,206); }

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