#EAD7CF

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

Shades of Dawn Pink #EAD7CF

Tints of Dawn Pink #EAD7CF

Color information

#EAD7CF (or 0xEAD7CF) is unknown color: approx Dawn Pink. HEX triplet: EA, D7 and CF. RGB value is (234,215,207). Sum of RGB (Red+Green+Blue) = 234+215+207=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7CF is #152830. Grayscale: #DBDBDB. Windows color (decimal): -1386545 or 13621226. OLE color: 13621226.

HSL color Cylindrical-coordinate representation of color #EAD7CF: hue angle of 17.78º degrees, saturation: 0.39, 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 #EAD7CF is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB234215207-
CMYK00.080.120.08
HSL17.78º39.13%86.47%-
HSV(B)17.78º11.54%91.76%-
XYZ69.4970.669-
YUV219.77120.79138.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.67%
GREEN value IS 215 (84.38% from 255) = 32.77%
BLUE value IS 207 (81.25% from 255) = 31.55%
R=35.67%
G=32.77%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421520700.080.120.0817.7839.1386.47
HexEAD7CF08C8122756
Octal35232731701014102247126
Binary1110101011010111110011110100011001000100101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7CF; }

 p { color: rgb(234,215,207); }

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

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

 a { background-color: rgb(234,215,207); }

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

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

 span { border-color: rgb(234,215,207); }

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