#EFD9DC

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

Shades of Pale Rose #EFD9DC

Tints of Pale Rose #EFD9DC

Color information

#EFD9DC (or 0xEFD9DC) is unknown color: approx Pale Rose. HEX triplet: EF, D9 and DC. RGB value is (239,217,220). Sum of RGB (Red+Green+Blue) = 239+217+220=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9DC is #102623. Grayscale: #DFDFDF. Windows color (decimal): -1058340 or 14473711. OLE color: 14473711.

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

Color convert

RGB239217220-
CMYK00.090.080.06
HSL351.82º40.74%89.41%-
HSV(B)351.82º9.21%93.73%-
XYZ73.3373.1477.96-
YUV223.92125.79138.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 217 (85.16% from 255) = 32.10%
BLUE value IS 220 (86.33% from 255) = 32.54%
R=35.36%
G=32.10%
B=32.54%

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
Decimal23921722000.090.080.06351.8240.7489.41
HexEFD9DC09861602959
Octal35733133401110654051131
Binary1110111111011001110111000100110001101011000001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9DC; }

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

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

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

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

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

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

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

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