#EFD8CA

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

Shades of Dawn Pink #EFD8CA

Tints of Dawn Pink #EFD8CA

Color information

#EFD8CA (or 0xEFD8CA) is unknown color: approx Dawn Pink. HEX triplet: EF, D8 and CA. RGB value is (239,216,202). Sum of RGB (Red+Green+Blue) = 239+216+202=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 216 (84.77% from 255 or 32.88% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8CA is #102735. Grayscale: #DDDDDD. Windows color (decimal): -1058614 or 13293807. OLE color: 13293807.

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

Color convert

RGB239216202-
CMYK00.100.150.06
HSL22.7º53.62%86.47%-
HSV(B)22.7º15.48%93.73%-
XYZ70.8171.7365.99-
YUV221.28117.12140.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 216 (84.77% from 255) = 32.88%
BLUE value IS 202 (79.30% from 255) = 30.75%
R=36.38%
G=32.88%
B=30.75%

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
Decimal23921620200.100.150.0622.753.6286.47
HexEFD8CA0AF6173656
Octal3573303120121762766126
Binary111011111101100011001010010101111110101111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8CA; }

 p { color: rgb(239,216,202); }

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

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

 a { background-color: rgb(239,216,202); }

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

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

 span { border-color: rgb(239,216,202); }

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