#EFD6D7

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

Shades of Pale Rose #EFD6D7

Tints of Pale Rose #EFD6D7

Color information

#EFD6D7 (or 0xEFD6D7) is unknown color: approx Pale Rose. HEX triplet: EF, D6 and D7. RGB value is (239,214,215). Sum of RGB (Red+Green+Blue) = 239+214+215=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 214 (83.98% from 255 or 32.04% from 668); Blue value is 215 (84.38% from 255 or 32.19% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6D7 is #102928. Grayscale: #DDDDDD. Windows color (decimal): -1059113 or 14145263. OLE color: 14145263.

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

Color convert

RGB239214215-
CMYK00.100.100.06
HSL357.6º43.86%88.82%-
HSV(B)357.6º10.46%93.73%-
XYZ71.9171.3574.27-
YUV221.59124.28140.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.78%
GREEN value IS 214 (83.98% from 255) = 32.04%
BLUE value IS 215 (84.38% from 255) = 32.19%
R=35.78%
G=32.04%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921421500.100.100.06357.643.8688.82
HexEFD6D70AA61662c59
Octal35732632701212654654131
Binary1110111111010110110101110101010101101011001101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6D7; }

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

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

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

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

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

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

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

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