#EFDCDD

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

Shades of Pale Rose #EFDCDD

Tints of Pale Rose #EFDCDD

Color information

#EFDCDD (or 0xEFDCDD) is unknown color: approx Pale Rose. HEX triplet: EF, DC and DD. RGB value is (239,220,221). Sum of RGB (Red+Green+Blue) = 239+220+221=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCDD is #102322. Grayscale: #E1E1E1. Windows color (decimal): -1057571 or 14540015. OLE color: 14540015.

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

Color convert

RGB239220221-
CMYK00.080.080.06
HSL356.84º37.25%90%-
HSV(B)356.84º7.95%93.73%-
XYZ74.2474.7678.92-
YUV225.8125.29137.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.15%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 221 (86.72% from 255) = 32.5%
R=35.15%
G=32.35%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922022100.080.080.06356.8437.2590
HexEFDCDD0886165255a
Octal35733433501010654545132
Binary1110111111011100110111010100010001101011001011001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCDD; }

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

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

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

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

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

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

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

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