#EFDCDF

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

Shades of Pale Rose #EFDCDF

Tints of Pale Rose #EFDCDF

Color information

#EFDCDF (or 0xEFDCDF) is unknown color: approx Pale Rose. HEX triplet: EF, DC and DF. RGB value is (239,220,223). Sum of RGB (Red+Green+Blue) = 239+220+223=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCDF is #102320. Grayscale: #E2E2E2. Windows color (decimal): -1057569 or 14671087. OLE color: 14671087.

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

Color convert

RGB239220223-
CMYK00.080.070.06
HSL350.53º37.25%90%-
HSV(B)350.53º7.95%93.73%-
XYZ74.5174.8680.34-
YUV226.02126.29137.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.04%
GREEN value IS 220 (86.33% from 255) = 32.26%
BLUE value IS 223 (87.5% from 255) = 32.70%
R=35.04%
G=32.26%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922022300.080.070.06350.5337.2590
HexEFDCDF087615f255a
Octal3573343370107653745132
Binary111011111101110011011111010001111101010111111001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCDF; }

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

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

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

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

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

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

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

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