#EFD7CB

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

Shades of Dawn Pink #EFD7CB

Tints of Dawn Pink #EFD7CB

Color information

#EFD7CB (or 0xEFD7CB) is unknown color: approx Dawn Pink. HEX triplet: EF, D7 and CB. RGB value is (239,215,203). Sum of RGB (Red+Green+Blue) = 239+215+203=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7CB is #102834. Grayscale: #DCDCDC. Windows color (decimal): -1058869 or 13359087. OLE color: 13359087.

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

Color convert

RGB239215203-
CMYK00.100.150.06
HSL20º52.94%86.67%-
HSV(B)20º15.06%93.73%-
XYZ70.6871.2666.53-
YUV220.81117.95140.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 215 (84.38% from 255) = 32.72%
BLUE value IS 203 (79.69% from 255) = 30.90%
R=36.38%
G=32.72%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921520300.100.150.062052.9486.67
HexEFD7CB0AF6143557
Octal3573273130121762465127
Binary111011111101011111001011010101111110101001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7CB; }

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

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

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

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

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

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

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

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