#EFD5DA

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

Shades of Pale Rose #EFD5DA

Tints of Pale Rose #EFD5DA

Color information

#EFD5DA (or 0xEFD5DA) is unknown color: approx Pale Rose. HEX triplet: EF, D5 and DA. RGB value is (239,213,218). Sum of RGB (Red+Green+Blue) = 239+213+218=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5DA is #102A25. Grayscale: #DDDDDD. Windows color (decimal): -1059366 or 14341615. OLE color: 14341615.

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

Color convert

RGB239213218-
CMYK00.110.090.06
HSL348.46º44.83%88.63%-
HSV(B)348.46º10.88%93.73%-
XYZ72.057176.24-
YUV221.34126.11140.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.67%
GREEN value IS 213 (83.59% from 255) = 31.79%
BLUE value IS 218 (85.55% from 255) = 32.54%
R=35.67%
G=31.79%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921321800.110.090.06348.4644.8388.63
HexEFD5DA0B9615c2d59
Octal35732533201311653455131
Binary1110111111010101110110100101110011101010111001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5DA; }

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

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

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

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

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

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

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

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