#EFD9DA

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

Shades of Pale Rose #EFD9DA

Tints of Pale Rose #EFD9DA

Color information

#EFD9DA (or 0xEFD9DA) is unknown color: approx Pale Rose. HEX triplet: EF, D9 and DA. RGB value is (239,217,218). Sum of RGB (Red+Green+Blue) = 239+217+218=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9DA is #102625. Grayscale: #DFDFDF. Windows color (decimal): -1058342 or 14342639. OLE color: 14342639.

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

Color convert

RGB239217218-
CMYK00.090.090.06
HSL357.27º40.74%89.41%-
HSV(B)357.27º9.21%93.73%-
XYZ73.0673.0476.58-
YUV223.69124.79138.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.46%
GREEN value IS 217 (85.16% from 255) = 32.20%
BLUE value IS 218 (85.55% from 255) = 32.34%
R=35.46%
G=32.20%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921721800.090.090.06357.2740.7489.41
HexEFD9DA09961652959
Octal35733133201111654551131
Binary1110111111011001110110100100110011101011001011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9DA; }

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

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

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

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

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

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

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

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