#EFD9DE

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

Shades of Pale Rose #EFD9DE

Tints of Pale Rose #EFD9DE

Color information

#EFD9DE (or 0xEFD9DE) is unknown color: approx Pale Rose. HEX triplet: EF, D9 and DE. RGB value is (239,217,222). Sum of RGB (Red+Green+Blue) = 239+217+222=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 217 (85.16% from 255 or 32.01% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9DE is #102621. Grayscale: #E0E0E0. Windows color (decimal): -1058338 or 14604783. OLE color: 14604783.

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

Color convert

RGB239217222-
CMYK00.090.070.06
HSL346.36º40.74%89.41%-
HSV(B)346.36º9.21%93.73%-
XYZ73.5973.2579.37-
YUV224.15126.79138.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.25%
GREEN value IS 217 (85.16% from 255) = 32.01%
BLUE value IS 222 (87.11% from 255) = 32.74%
R=35.25%
G=32.01%
B=32.74%

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
Decimal23921722200.090.070.06346.3640.7489.41
HexEFD9DE097615a2959
Octal3573313360117653251131
Binary111011111101100111011110010011111101010110101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9DE; }

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

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

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

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

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

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

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

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