#EFD6DD

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

Shades of Pale Rose #EFD6DD

Tints of Pale Rose #EFD6DD

Color information

#EFD6DD (or 0xEFD6DD) is unknown color: approx Pale Rose. HEX triplet: EF, D6 and DD. RGB value is (239,214,221). Sum of RGB (Red+Green+Blue) = 239+214+221=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6DD is #102922. Grayscale: #DEDEDE. Windows color (decimal): -1059107 or 14538479. OLE color: 14538479.

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

Color convert

RGB239214221-
CMYK00.100.080.06
HSL343.2º43.86%88.82%-
HSV(B)343.2º10.46%93.73%-
XYZ72.6971.6678.41-
YUV222.27127.28139.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.46%
GREEN value IS 214 (83.98% from 255) = 31.75%
BLUE value IS 221 (86.72% from 255) = 32.79%
R=35.46%
G=31.75%
B=32.79%

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
Decimal23921422100.100.080.06343.243.8688.82
HexEFD6DD0A861572c59
Octal35732633501210652754131
Binary1110111111010110110111010101010001101010101111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6DD; }

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

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

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

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

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

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

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

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