#EFD9CB

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

Shades of Dawn Pink #EFD9CB

Tints of Dawn Pink #EFD9CB

Color information

#EFD9CB (or 0xEFD9CB) is unknown color: approx Dawn Pink. HEX triplet: EF, D9 and CB. RGB value is (239,217,203). Sum of RGB (Red+Green+Blue) = 239+217+203=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 217 (85.16% from 255 or 32.93% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9CB is #102634. Grayscale: #DEDEDE. Windows color (decimal): -1058357 or 13359599. OLE color: 13359599.

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

Color convert

RGB239217203-
CMYK00.090.150.06
HSL23.33º52.94%86.67%-
HSV(B)23.33º15.06%93.73%-
XYZ71.1972.2966.7-
YUV221.98117.29140.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 217 (85.16% from 255) = 32.93%
BLUE value IS 203 (79.69% from 255) = 30.80%
R=36.27%
G=32.93%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921720300.090.150.0623.3352.9486.67
HexEFD9CB09F6173557
Octal3573313130111762765127
Binary111011111101100111001011010011111110101111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9CB; }

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

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

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

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

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

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

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

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