#EFD9CC

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

Shades of Dawn Pink #EFD9CC

Tints of Dawn Pink #EFD9CC

Color information

#EFD9CC (or 0xEFD9CC) is unknown color: approx Dawn Pink. HEX triplet: EF, D9 and CC. RGB value is (239,217,204). Sum of RGB (Red+Green+Blue) = 239+217+204=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 217 (85.16% from 255 or 32.88% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9CC is #102633. Grayscale: #DEDEDE. Windows color (decimal): -1058356 or 13425135. OLE color: 13425135.

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

Color convert

RGB239217204-
CMYK00.090.150.06
HSL22.29º52.24%86.86%-
HSV(B)22.29º14.64%93.73%-
XYZ71.3172.3467.33-
YUV222.1117.79140.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.21%
GREEN value IS 217 (85.16% from 255) = 32.88%
BLUE value IS 204 (80.08% from 255) = 30.91%
R=36.21%
G=32.88%
B=30.91%

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
Decimal23921720400.090.150.0622.2952.2486.86
HexEFD9CC09F6163457
Octal3573313140111762664127
Binary111011111101100111001100010011111110101101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9CC; }

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

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

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

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

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

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

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

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