#EFD0D5

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

Shades of Pale Rose #EFD0D5

Tints of Pale Rose #EFD0D5

Color information

#EFD0D5 (or 0xEFD0D5) is unknown color: approx Pale Rose. HEX triplet: EF, D0 and D5. RGB value is (239,208,213). Sum of RGB (Red+Green+Blue) = 239+208+213=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 208 (81.64% from 255 or 31.52% from 660); Blue value is 213 (83.59% from 255 or 32.27% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0D5 is #102F2A. Grayscale: #D9D9D9. Windows color (decimal): -1060651 or 14012655. OLE color: 14012655.

HSL color Cylindrical-coordinate representation of color #EFD0D5: hue angle of 350.32º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFD0D5 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB239208213-
CMYK00.130.110.06
HSL350.32º49.21%87.65%-
HSV(B)350.32º12.97%93.73%-
XYZ70.1668.2772.43-
YUV217.84125.27143.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.21%
GREEN value IS 208 (81.64% from 255) = 31.52%
BLUE value IS 213 (83.59% from 255) = 32.27%
R=36.21%
G=31.52%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920821300.130.110.06350.3249.2187.65
HexEFD0D50DB615e3158
Octal35732032501513653661130
Binary1110111111010000110101010110110111101010111101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD0D5; }

 p { color: rgb(239,208,213); }

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

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

 a { background-color: rgb(239,208,213); }

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

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

 span { border-color: rgb(239,208,213); }

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