#EFD7C9

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

Shades of Dawn Pink #EFD7C9

Tints of Dawn Pink #EFD7C9

Color information

#EFD7C9 (or 0xEFD7C9) is unknown color: approx Dawn Pink. HEX triplet: EF, D7 and C9. RGB value is (239,215,201). Sum of RGB (Red+Green+Blue) = 239+215+201=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 201 (78.91% from 255 or 30.69% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7C9 is #102836. Grayscale: #DCDCDC. Windows color (decimal): -1058871 or 13228015. OLE color: 13228015.

HSL color Cylindrical-coordinate representation of color #EFD7C9: hue angle of 22.11º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFD7C9 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB239215201-
CMYK00.100.160.06
HSL22.11º54.29%86.27%-
HSV(B)22.11º15.9%93.73%-
XYZ70.4471.1765.28-
YUV220.58116.95141.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 215 (84.38% from 255) = 32.82%
BLUE value IS 201 (78.91% from 255) = 30.69%
R=36.49%
G=32.82%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921520100.100.160.0622.1154.2986.27
HexEFD7C90A106163656
Octal3573273110122062666126
Binary1110111111010111110010010101010000110101101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7C9; }

 p { color: rgb(239,215,201); }

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

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

 a { background-color: rgb(239,215,201); }

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

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

 span { border-color: rgb(239,215,201); }

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