#EFD4DC

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

Shades of Pale Rose #EFD4DC

Tints of Pale Rose #EFD4DC

Color information

#EFD4DC (or 0xEFD4DC) is unknown color: approx Pale Rose. HEX triplet: EF, D4 and DC. RGB value is (239,212,220). Sum of RGB (Red+Green+Blue) = 239+212+220=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4DC is #102B23. Grayscale: #DCDCDC. Windows color (decimal): -1059620 or 14472431. OLE color: 14472431.

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

Color convert

RGB239212220-
CMYK00.110.080.06
HSL342.22º45.76%88.43%-
HSV(B)342.22º11.3%93.73%-
XYZ72.0670.677.54-
YUV220.98127.45140.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 212 (83.20% from 255) = 31.59%
BLUE value IS 220 (86.33% from 255) = 32.79%
R=35.62%
G=31.59%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921222000.110.080.06342.2245.7688.43
HexEFD4DC0B861562e58
Octal35732433401310652656130
Binary1110111111010100110111000101110001101010101101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4DC; }

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

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

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

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

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

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

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

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