#EFD9DF

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

Shades of Pale Rose #EFD9DF

Tints of Pale Rose #EFD9DF

Color information

#EFD9DF (or 0xEFD9DF) is unknown color: approx Pale Rose. HEX triplet: EF, D9 and DF. RGB value is (239,217,223). Sum of RGB (Red+Green+Blue) = 239+217+223=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9DF is #102620. Grayscale: #E0E0E0. Windows color (decimal): -1058337 or 14670319. OLE color: 14670319.

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

Color convert

RGB239217223-
CMYK00.090.070.06
HSL343.64º40.74%89.41%-
HSV(B)343.64º9.21%93.73%-
XYZ73.7373.380.08-
YUV224.26127.29138.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.20%
GREEN value IS 217 (85.16% from 255) = 31.96%
BLUE value IS 223 (87.5% from 255) = 32.84%
R=35.20%
G=31.96%
B=32.84%

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
Decimal23921722300.090.070.06343.6440.7489.41
HexEFD9DF09761582959
Octal3573313370117653051131
Binary111011111101100111011111010011111101010110001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9DF; }

 p { color: rgb(239,217,223); }

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

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

 a { background-color: rgb(239,217,223); }

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

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

 span { border-color: rgb(239,217,223); }

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