#EAD8CB

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

Shades of Dawn Pink #EAD8CB

Tints of Dawn Pink #EAD8CB

Color information

#EAD8CB (or 0xEAD8CB) is unknown color: approx Dawn Pink. HEX triplet: EA, D8 and CB. RGB value is (234,216,203). Sum of RGB (Red+Green+Blue) = 234+216+203=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD8CB is #152734. Grayscale: #DBDBDB. Windows color (decimal): -1386293 or 13359338. OLE color: 13359338.

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

Color convert

RGB234216203-
CMYK00.080.130.08
HSL25.16º42.47%85.69%-
HSV(B)25.16º13.25%91.76%-
XYZ69.2770.9266.54-
YUV219.9118.46138.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 216 (84.77% from 255) = 33.08%
BLUE value IS 203 (79.69% from 255) = 31.09%
R=35.83%
G=33.08%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421620300.080.130.0825.1642.4785.69
HexEAD8CB08D8192a56
Octal35233031301015103152126
Binary1110101011011000110010110100011011000110011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8CB; }

 p { color: rgb(234,216,203); }

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

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

 a { background-color: rgb(234,216,203); }

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

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

 span { border-color: rgb(234,216,203); }

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