#EAD6CE

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

Shades of Dawn Pink #EAD6CE

Tints of Dawn Pink #EAD6CE

Color information

#EAD6CE (or 0xEAD6CE) is unknown color: approx Dawn Pink. HEX triplet: EA, D6 and CE. RGB value is (234,214,206). Sum of RGB (Red+Green+Blue) = 234+214+206=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD6CE is #152931. Grayscale: #DBDBDB. Windows color (decimal): -1386802 or 13555434. OLE color: 13555434.

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

Color convert

RGB234214206-
CMYK00.090.120.08
HSL17.14º40%86.27%-
HSV(B)17.14º11.97%91.76%-
XYZ69.1270.0468.27-
YUV219.07120.63138.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 214 (83.98% from 255) = 32.72%
BLUE value IS 206 (80.86% from 255) = 31.50%
R=35.78%
G=32.72%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421420600.090.120.0817.144086.27
HexEAD6CE09C8112856
Octal35232631601114102150126
Binary1110101011010110110011100100111001000100011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6CE; }

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

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

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

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

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

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

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

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