#EFD4D5

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

Shades of Pale Rose #EFD4D5

Tints of Pale Rose #EFD4D5

Color information

#EFD4D5 (or 0xEFD4D5) is unknown color: approx Pale Rose. HEX triplet: EF, D4 and D5. RGB value is (239,212,213). Sum of RGB (Red+Green+Blue) = 239+212+213=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 212 (83.20% from 255 or 31.93% from 664); Blue value is 213 (83.59% from 255 or 32.08% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4D5 is #102B2A. Grayscale: #DCDCDC. Windows color (decimal): -1059627 or 14013679. OLE color: 14013679.

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

Color convert

RGB239212213-
CMYK00.110.110.06
HSL357.78º45.76%88.43%-
HSV(B)357.78º11.3%93.73%-
XYZ71.1570.2472.76-
YUV220.19123.95141.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.99%
GREEN value IS 212 (83.20% from 255) = 31.93%
BLUE value IS 213 (83.59% from 255) = 32.08%
R=35.99%
G=31.93%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921221300.110.110.06357.7845.7688.43
HexEFD4D50BB61662e58
Octal35732432501313654656130
Binary1110111111010100110101010101110111101011001101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4D5; }

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

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

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

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

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

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

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

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