#EFD6DA

Color #EFD6DA Pale Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Rose #EFD6DA

Tints of Pale Rose #EFD6DA

Color information

#EFD6DA (or 0xEFD6DA) is unknown color: approx Pale Rose. HEX triplet: EF, D6 and DA. RGB value is (239,214,218). Sum of RGB (Red+Green+Blue) = 239+214+218=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6DA is #102925. Grayscale: #DDDDDD. Windows color (decimal): -1059110 or 14341871. OLE color: 14341871.

HSL color Cylindrical-coordinate representation of color #EFD6DA: hue angle of 350.4º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD6DA is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239214218-
CMYK00.100.090.06
HSL350.4º43.86%88.82%-
HSV(B)350.4º10.46%93.73%-
XYZ72.371.5176.32-
YUV221.93125.78140.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 214 (83.98% from 255) = 31.89%
BLUE value IS 218 (85.55% from 255) = 32.49%
R=35.62%
G=31.89%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921421800.100.090.06350.443.8688.82
HexEFD6DA0A9615e2c59
Octal35732633201211653654131
Binary1110111111010110110110100101010011101010111101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6DA; }

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

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

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

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

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

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

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

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