#EAD7CA

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

Shades of Dawn Pink #EAD7CA

Tints of Dawn Pink #EAD7CA

Color information

#EAD7CA (or 0xEAD7CA) is unknown color: approx Dawn Pink. HEX triplet: EA, D7 and CA. RGB value is (234,215,202). Sum of RGB (Red+Green+Blue) = 234+215+202=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 215 (84.38% from 255 or 33.03% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7CA is #152835. Grayscale: #DBDBDB. Windows color (decimal): -1386550 or 13293546. OLE color: 13293546.

HSL color Cylindrical-coordinate representation of color #EAD7CA: hue angle of 24.38º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAD7CA is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB234215202-
CMYK00.080.140.08
HSL24.38º43.24%85.49%-
HSV(B)24.38º13.68%91.76%-
XYZ68.8970.3665.83-
YUV219.2118.29138.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.94%
GREEN value IS 215 (84.38% from 255) = 33.03%
BLUE value IS 202 (79.30% from 255) = 31.03%
R=35.94%
G=33.03%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421520200.080.140.0824.3843.2485.49
HexEAD7CA08E8182b55
Octal35232731201016103053125
Binary1110101011010111110010100100011101000110001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7CA; }

 p { color: rgb(234,215,202); }

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

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

 a { background-color: rgb(234,215,202); }

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

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

 span { border-color: rgb(234,215,202); }

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