#EFD7D8

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

Shades of Pale Rose #EFD7D8

Tints of Pale Rose #EFD7D8

Color information

#EFD7D8 (or 0xEFD7D8) is unknown color: approx Pale Rose. HEX triplet: EF, D7 and D8. RGB value is (239,215,216). Sum of RGB (Red+Green+Blue) = 239+215+216=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 215 (84.38% from 255 or 32.09% from 670); Blue value is 216 (84.77% from 255 or 32.24% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7D8 is #102827. Grayscale: #DEDEDE. Windows color (decimal): -1058856 or 14211055. OLE color: 14211055.

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

Color convert

RGB239215216-
CMYK00.100.100.06
HSL357.5º42.86%89.02%-
HSV(B)357.5º10.04%93.73%-
XYZ72.2971.9175.04-
YUV222.29124.45139.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.67%
GREEN value IS 215 (84.38% from 255) = 32.09%
BLUE value IS 216 (84.77% from 255) = 32.24%
R=35.67%
G=32.09%
B=32.24%

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
Decimal23921521600.100.100.06357.542.8689.02
HexEFD7D80AA61662b59
Octal35732733001212654653131
Binary1110111111010111110110000101010101101011001101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7D8; }

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

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

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

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

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

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

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

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