#EFDCE0

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

Shades of Pale Rose #EFDCE0

Tints of Pale Rose #EFDCE0

Color information

#EFDCE0 (or 0xEFDCE0) is unknown color: approx Pale Rose. HEX triplet: EF, DC and E0. RGB value is (239,220,224). Sum of RGB (Red+Green+Blue) = 239+220+224=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 224 (87.89% from 255 or 32.80% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCE0 is #10231F. Grayscale: #E2E2E2. Windows color (decimal): -1057568 or 14736623. OLE color: 14736623.

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

Color convert

RGB239220224-
CMYK00.080.060.06
HSL347.37º37.25%90%-
HSV(B)347.37º7.95%93.73%-
XYZ74.6474.9281.05-
YUV226.14126.79137.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 220 (86.33% from 255) = 32.21%
BLUE value IS 224 (87.89% from 255) = 32.80%
R=34.99%
G=32.21%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922022400.080.060.06347.3737.2590
HexEFDCE0086615b255a
Octal3573343400106653345132
Binary111011111101110011100000010001101101010110111001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCE0; }

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

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

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

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

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

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

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

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