#EFDACC

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

Shades of Dawn Pink #EFDACC

Tints of Dawn Pink #EFDACC

Color information

#EFDACC (or 0xEFDACC) is unknown color: approx Dawn Pink. HEX triplet: EF, DA and CC. RGB value is (239,218,204). Sum of RGB (Red+Green+Blue) = 239+218+204=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDACC is #102533. Grayscale: #DEDEDE. Windows color (decimal): -1058100 or 13425391. OLE color: 13425391.

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

Color convert

RGB239218204-
CMYK00.090.150.06
HSL24º52.24%86.86%-
HSV(B)24º14.64%93.73%-
XYZ71.5772.8567.42-
YUV222.68117.46139.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.16%
GREEN value IS 218 (85.55% from 255) = 32.98%
BLUE value IS 204 (80.08% from 255) = 30.86%
R=36.16%
G=32.98%
B=30.86%

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
Decimal23921820400.090.150.062452.2486.86
HexEFDACC09F6183457
Octal3573323140111763064127
Binary111011111101101011001100010011111110110001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDACC; }

 p { color: rgb(239,218,204); }

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

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

 a { background-color: rgb(239,218,204); }

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

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

 span { border-color: rgb(239,218,204); }

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