#EAD6CB

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

Shades of Dawn Pink #EAD6CB

Tints of Dawn Pink #EAD6CB

Color information

#EAD6CB (or 0xEAD6CB) is unknown color: approx Dawn Pink. HEX triplet: EA, D6 and CB. RGB value is (234,214,203). Sum of RGB (Red+Green+Blue) = 234+214+203=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD6CB is #152934. Grayscale: #DADADA. Windows color (decimal): -1386805 or 13358826. OLE color: 13358826.

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

Color convert

RGB234214203-
CMYK00.090.130.08
HSL21.29º42.47%85.69%-
HSV(B)21.29º13.25%91.76%-
XYZ68.7669.966.37-
YUV218.73119.13138.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.94%
GREEN value IS 214 (83.98% from 255) = 32.87%
BLUE value IS 203 (79.69% from 255) = 31.18%
R=35.94%
G=32.87%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421420300.090.130.0821.2942.4785.69
HexEAD6CB09D8152a56
Octal35232631301115102552126
Binary1110101011010110110010110100111011000101011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6CB; }

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

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

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

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

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

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

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

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