#EADCD1

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

Shades of Dawn Pink #EADCD1

Tints of Dawn Pink #EADCD1

Color information

#EADCD1 (or 0xEADCD1) is unknown color: approx Dawn Pink. HEX triplet: EA, DC and D1. RGB value is (234,220,209). Sum of RGB (Red+Green+Blue) = 234+220+209=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 209 (82.03% from 255 or 31.52% from 663); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCD1 is #15232E. Grayscale: #DEDEDE. Windows color (decimal): -1385263 or 13753578. OLE color: 13753578.

HSL color Cylindrical-coordinate representation of color #EADCD1: hue angle of 26.4º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EADCD1 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB234220209-
CMYK00.060.110.08
HSL26.4º37.31%86.86%-
HSV(B)26.4º10.68%91.76%-
XYZ71.0373.2870.72-
YUV222.93120.14135.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 220 (86.33% from 255) = 33.18%
BLUE value IS 209 (82.03% from 255) = 31.52%
R=35.29%
G=33.18%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422020900.060.110.0826.437.3186.86
HexEADCD106B81a2557
Octal3523343210613103245127
Binary111010101101110011010001011010111000110101001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCD1; }

 p { color: rgb(234,220,209); }

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

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

 a { background-color: rgb(234,220,209); }

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

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

 span { border-color: rgb(234,220,209); }

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