#EFDCCE

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

Shades of Dawn Pink #EFDCCE

Tints of Dawn Pink #EFDCCE

Color information

#EFDCCE (or 0xEFDCCE) is unknown color: approx Dawn Pink. HEX triplet: EF, DC and CE. RGB value is (239,220,206). Sum of RGB (Red+Green+Blue) = 239+220+206=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCCE is #102331. Grayscale: #E0E0E0. Windows color (decimal): -1057586 or 13556975. OLE color: 13556975.

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

Color convert

RGB239220206-
CMYK00.080.140.06
HSL25.45º50.77%87.25%-
HSV(B)25.45º13.81%93.73%-
XYZ72.3373.9968.86-
YUV224.08117.79138.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.94%
GREEN value IS 220 (86.33% from 255) = 33.08%
BLUE value IS 206 (80.86% from 255) = 30.98%
R=35.94%
G=33.08%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922020600.080.140.0625.4550.7787.25
HexEFDCCE08E6193357
Octal3573343160101663163127
Binary111011111101110011001110010001110110110011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCCE; }

 p { color: rgb(239,220,206); }

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

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

 a { background-color: rgb(239,220,206); }

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

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

 span { border-color: rgb(239,220,206); }

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