#EFD4DA

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

Shades of Pale Rose #EFD4DA

Tints of Pale Rose #EFD4DA

Color information

#EFD4DA (or 0xEFD4DA) is unknown color: approx Pale Rose. HEX triplet: EF, D4 and DA. RGB value is (239,212,218). Sum of RGB (Red+Green+Blue) = 239+212+218=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4DA is #102B25. Grayscale: #DCDCDC. Windows color (decimal): -1059622 or 14341359. OLE color: 14341359.

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

Color convert

RGB239212218-
CMYK00.110.090.06
HSL346.67º45.76%88.43%-
HSV(B)346.67º11.3%93.73%-
XYZ71.7970.576.15-
YUV220.76126.45141.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 212 (83.20% from 255) = 31.69%
BLUE value IS 218 (85.55% from 255) = 32.59%
R=35.72%
G=31.69%
B=32.59%

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
Decimal23921221800.110.090.06346.6745.7688.43
HexEFD4DA0B9615b2e58
Octal35732433201311653356130
Binary1110111111010100110110100101110011101010110111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4DA; }

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

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

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

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

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

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

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

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