#EFDADD

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

Shades of Pale Rose #EFDADD

Tints of Pale Rose #EFDADD

Color information

#EFDADD (or 0xEFDADD) is unknown color: approx Pale Rose. HEX triplet: EF, DA and DD. RGB value is (239,218,221). Sum of RGB (Red+Green+Blue) = 239+218+221=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDADD is #102522. Grayscale: #E0E0E0. Windows color (decimal): -1058083 or 14539503. OLE color: 14539503.

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

Color convert

RGB239218221-
CMYK00.090.080.06
HSL351.43º39.62%89.61%-
HSV(B)351.43º8.79%93.73%-
XYZ73.7273.7178.75-
YUV224.62125.96138.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.25%
GREEN value IS 218 (85.55% from 255) = 32.15%
BLUE value IS 221 (86.72% from 255) = 32.60%
R=35.25%
G=32.15%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921822100.090.080.06351.4339.6289.61
HexEFDADD098615f285a
Octal35733233501110653750132
Binary1110111111011010110111010100110001101010111111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDADD; }

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

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

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

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

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

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

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

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