#EFD3DA

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

Shades of Pale Rose #EFD3DA

Tints of Pale Rose #EFD3DA

Color information

#EFD3DA (or 0xEFD3DA) is unknown color: approx Pale Rose. HEX triplet: EF, D3 and DA. RGB value is (239,211,218). Sum of RGB (Red+Green+Blue) = 239+211+218=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3DA is #102C25. Grayscale: #DCDCDC. Windows color (decimal): -1059878 or 14341103. OLE color: 14341103.

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

Color convert

RGB239211218-
CMYK00.120.090.06
HSL345º46.67%88.24%-
HSV(B)345º11.72%93.73%-
XYZ71.557076.07-
YUV220.17126.78141.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.78%
GREEN value IS 211 (82.81% from 255) = 31.59%
BLUE value IS 218 (85.55% from 255) = 32.63%
R=35.78%
G=31.59%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921121800.120.090.0634546.6788.24
HexEFD3DA0C961592f58
Octal35732333201411653157130
Binary1110111111010011110110100110010011101010110011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD3DA; }

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

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

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

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

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

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

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

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