#EFD6D9

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

Shades of Pale Rose #EFD6D9

Tints of Pale Rose #EFD6D9

Color information

#EFD6D9 (or 0xEFD6D9) is unknown color: approx Pale Rose. HEX triplet: EF, D6 and D9. RGB value is (239,214,217). Sum of RGB (Red+Green+Blue) = 239+214+217=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 217 (85.16% from 255 or 32.39% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6D9 is #102926. Grayscale: #DDDDDD. Windows color (decimal): -1059111 or 14276335. OLE color: 14276335.

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

Color convert

RGB239214217-
CMYK00.100.090.06
HSL352.8º43.86%88.82%-
HSV(B)352.8º10.46%93.73%-
XYZ72.1771.4575.63-
YUV221.82125.28140.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.67%
GREEN value IS 214 (83.98% from 255) = 31.94%
BLUE value IS 217 (85.16% from 255) = 32.39%
R=35.67%
G=31.94%
B=32.39%

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
Decimal23921421700.100.090.06352.843.8688.82
HexEFD6D90A961612c59
Octal35732633101211654154131
Binary1110111111010110110110010101010011101011000011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6D9; }

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

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

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

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

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

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

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

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