#EFD7DD

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

Shades of Pale Rose #EFD7DD

Tints of Pale Rose #EFD7DD

Color information

#EFD7DD (or 0xEFD7DD) is unknown color: approx Pale Rose. HEX triplet: EF, D7 and DD. RGB value is (239,215,221). Sum of RGB (Red+Green+Blue) = 239+215+221=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7DD is #102822. Grayscale: #DEDEDE. Windows color (decimal): -1058851 or 14538735. OLE color: 14538735.

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

Color convert

RGB239215221-
CMYK00.100.080.06
HSL345º42.86%89.02%-
HSV(B)345º10.04%93.73%-
XYZ72.9572.1778.49-
YUV222.86126.95139.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.41%
GREEN value IS 215 (84.38% from 255) = 31.85%
BLUE value IS 221 (86.72% from 255) = 32.74%
R=35.41%
G=31.85%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921522100.100.080.0634542.8689.02
HexEFD7DD0A861592b59
Octal35732733501210653153131
Binary1110111111010111110111010101010001101010110011010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7DD; }

 p { color: rgb(239,215,221); }

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

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

 a { background-color: rgb(239,215,221); }

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

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

 span { border-color: rgb(239,215,221); }

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