#EFDADE

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

Shades of Pale Rose #EFDADE

Tints of Pale Rose #EFDADE

Color information

#EFDADE (or 0xEFDADE) is unknown color: approx Pale Rose. HEX triplet: EF, DA and DE. RGB value is (239,218,222). Sum of RGB (Red+Green+Blue) = 239+218+222=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDADE is #102521. Grayscale: #E0E0E0. Windows color (decimal): -1058082 or 14605039. OLE color: 14605039.

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

Color convert

RGB239218222-
CMYK00.090.070.06
HSL348.57º39.62%89.61%-
HSV(B)348.57º8.79%93.73%-
XYZ73.8573.7779.45-
YUV224.74126.46138.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.20%
GREEN value IS 218 (85.55% from 255) = 32.11%
BLUE value IS 222 (87.11% from 255) = 32.70%
R=35.20%
G=32.11%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921822200.090.070.06348.5739.6289.61
HexEFDADE097615d285a
Octal3573323360117653550132
Binary111011111101101011011110010011111101010111011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDADE; }

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

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

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

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

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

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

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

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