#EFD5D6

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

Shades of Pale Rose #EFD5D6

Tints of Pale Rose #EFD5D6

Color information

#EFD5D6 (or 0xEFD5D6) is unknown color: approx Pale Rose. HEX triplet: EF, D5 and D6. RGB value is (239,213,214). Sum of RGB (Red+Green+Blue) = 239+213+214=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 214 (83.98% from 255 or 32.13% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5D6 is #102A29. Grayscale: #DCDCDC. Windows color (decimal): -1059370 or 14079471. OLE color: 14079471.

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

Color convert

RGB239213214-
CMYK00.110.100.06
HSL357.69º44.83%88.63%-
HSV(B)357.69º10.88%93.73%-
XYZ71.5370.7973.51-
YUV220.89124.11140.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.89%
GREEN value IS 213 (83.59% from 255) = 31.98%
BLUE value IS 214 (83.98% from 255) = 32.13%
R=35.89%
G=31.98%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921321400.110.100.06357.6944.8388.63
HexEFD5D60BA61662d59
Octal35732532601312654655131
Binary1110111111010101110101100101110101101011001101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5D6; }

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

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

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

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

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

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

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

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