#EFD5DC

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

Shades of Pale Rose #EFD5DC

Tints of Pale Rose #EFD5DC

Color information

#EFD5DC (or 0xEFD5DC) is unknown color: approx Pale Rose. HEX triplet: EF, D5 and DC. RGB value is (239,213,220). Sum of RGB (Red+Green+Blue) = 239+213+220=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5DC is #102A23. Grayscale: #DDDDDD. Windows color (decimal): -1059364 or 14472687. OLE color: 14472687.

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

Color convert

RGB239213220-
CMYK00.110.080.06
HSL343.85º44.83%88.63%-
HSV(B)343.85º10.88%93.73%-
XYZ72.3171.1177.62-
YUV221.57127.11140.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 213 (83.59% from 255) = 31.70%
BLUE value IS 220 (86.33% from 255) = 32.74%
R=35.57%
G=31.70%
B=32.74%

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
Decimal23921322000.110.080.06343.8544.8388.63
HexEFD5DC0B861582d59
Octal35732533401310653055131
Binary1110111111010101110111000101110001101010110001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5DC; }

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

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

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

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

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

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

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

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