#EFD8DA

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

Shades of Pale Rose #EFD8DA

Tints of Pale Rose #EFD8DA

Color information

#EFD8DA (or 0xEFD8DA) is unknown color: approx Pale Rose. HEX triplet: EF, D8 and DA. RGB value is (239,216,218). Sum of RGB (Red+Green+Blue) = 239+216+218=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8DA is #102725. Grayscale: #DFDFDF. Windows color (decimal): -1058598 or 14342383. OLE color: 14342383.

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

Color convert

RGB239216218-
CMYK00.100.090.06
HSL354.78º41.82%89.22%-
HSV(B)354.78º9.62%93.73%-
XYZ72.8172.5276.49-
YUV223.1125.12139.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.51%
GREEN value IS 216 (84.77% from 255) = 32.10%
BLUE value IS 218 (85.55% from 255) = 32.39%
R=35.51%
G=32.10%
B=32.39%

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
Decimal23921621800.100.090.06354.7841.8289.22
HexEFD8DA0A961632a59
Octal35733033201211654352131
Binary1110111111011000110110100101010011101011000111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8DA; }

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

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

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

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

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

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

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

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