#EFCED1

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

Shades of Pale Rose #EFCED1

Tints of Pale Rose #EFCED1

Color information

#EFCED1 (or 0xEFCED1) is unknown color: approx Pale Rose. HEX triplet: EF, CE and D1. RGB value is (239,206,209). Sum of RGB (Red+Green+Blue) = 239+206+209=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 209 (82.03% from 255 or 31.96% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCED1 is #10312E. Grayscale: #D8D8D8. Windows color (decimal): -1061167 or 13749999. OLE color: 13749999.

HSL color Cylindrical-coordinate representation of color #EFCED1: hue angle of 354.55º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCED1 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239206209-
CMYK00.140.130.06
HSL354.55º50.77%87.25%-
HSV(B)354.55º13.81%93.73%-
XYZ69.1867.169.63-
YUV216.21123.93144.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 206 (80.86% from 255) = 31.50%
BLUE value IS 209 (82.03% from 255) = 31.96%
R=36.54%
G=31.50%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920620900.140.130.06354.5550.7787.25
HexEFCED10ED61633357
Octal35731632101615654363127
Binary1110111111001110110100010111011011101011000111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCED1; }

 p { color: rgb(239,206,209); }

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

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

 a { background-color: rgb(239,206,209); }

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

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

 span { border-color: rgb(239,206,209); }

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