#EAD6CA

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

Shades of Dawn Pink #EAD6CA

Tints of Dawn Pink #EAD6CA

Color information

#EAD6CA (or 0xEAD6CA) is unknown color: approx Dawn Pink. HEX triplet: EA, D6 and CA. RGB value is (234,214,202). Sum of RGB (Red+Green+Blue) = 234+214+202=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 214 (83.98% from 255 or 32.92% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD6CA is #152935. Grayscale: #DADADA. Windows color (decimal): -1386806 or 13293290. OLE color: 13293290.

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

Color convert

RGB234214202-
CMYK00.090.140.08
HSL22.5º43.24%85.49%-
HSV(B)22.5º13.68%91.76%-
XYZ68.6469.8565.74-
YUV218.61118.63138.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 214 (83.98% from 255) = 32.92%
BLUE value IS 202 (79.30% from 255) = 31.08%
R=36%
G=32.92%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421420200.090.140.0822.543.2485.49
HexEAD6CA09E8172b55
Octal35232631201116102753125
Binary1110101011010110110010100100111101000101111010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6CA; }

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

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

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

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

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

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

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

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