#EAD9CF

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

Shades of Dawn Pink #EAD9CF

Tints of Dawn Pink #EAD9CF

Color information

#EAD9CF (or 0xEAD9CF) is unknown color: approx Dawn Pink. HEX triplet: EA, D9 and CF. RGB value is (234,217,207). Sum of RGB (Red+Green+Blue) = 234+217+207=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9CF is #152630. Grayscale: #DDDDDD. Windows color (decimal): -1386033 or 13621738. OLE color: 13621738.

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

Color convert

RGB234217207-
CMYK00.070.120.08
HSL22.22º39.13%86.47%-
HSV(B)22.22º11.54%91.76%-
XYZ70.0171.6269.17-
YUV220.94120.13137.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.56%
GREEN value IS 217 (85.16% from 255) = 32.98%
BLUE value IS 207 (81.25% from 255) = 31.46%
R=35.56%
G=32.98%
B=31.46%

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
Decimal23421720700.070.120.0822.2239.1386.47
HexEAD9CF07C8162756
Octal3523313170714102647126
Binary111010101101100111001111011111001000101101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9CF; }

 p { color: rgb(234,217,207); }

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

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

 a { background-color: rgb(234,217,207); }

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

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

 span { border-color: rgb(234,217,207); }

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