#EFD7DA

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

Shades of Pale Rose #EFD7DA

Tints of Pale Rose #EFD7DA

Color information

#EFD7DA (or 0xEFD7DA) is unknown color: approx Pale Rose. HEX triplet: EF, D7 and DA. RGB value is (239,215,218). Sum of RGB (Red+Green+Blue) = 239+215+218=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7DA is #102825. Grayscale: #DEDEDE. Windows color (decimal): -1058854 or 14342127. OLE color: 14342127.

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

Color convert

RGB239215218-
CMYK00.100.090.06
HSL352.5º42.86%89.02%-
HSV(B)352.5º10.04%93.73%-
XYZ72.5572.0176.41-
YUV222.52125.45139.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 215 (84.38% from 255) = 31.99%
BLUE value IS 218 (85.55% from 255) = 32.44%
R=35.57%
G=31.99%
B=32.44%

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
Decimal23921521800.100.090.06352.542.8689.02
HexEFD7DA0A961602b59
Octal35732733201211654053131
Binary1110111111010111110110100101010011101011000001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7DA; }

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

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

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

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

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

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

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

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