#EFCED0

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

Shades of Pale Rose #EFCED0

Tints of Pale Rose #EFCED0

Color information

#EFCED0 (or 0xEFCED0) is unknown color: approx Pale Rose. HEX triplet: EF, CE and D0. RGB value is (239,206,208). Sum of RGB (Red+Green+Blue) = 239+206+208=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCED0 is #10312F. Grayscale: #D8D8D8. Windows color (decimal): -1061168 or 13684463. OLE color: 13684463.

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

Color convert

RGB239206208-
CMYK00.140.130.06
HSL356.36º50.77%87.25%-
HSV(B)356.36º13.81%93.73%-
XYZ69.0567.0568.98-
YUV216.09123.43144.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 206 (80.86% from 255) = 31.55%
BLUE value IS 208 (81.64% from 255) = 31.85%
R=36.60%
G=31.55%
B=31.85%

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
Decimal23920620800.140.130.06356.3650.7787.25
HexEFCED00ED61643357
Octal35731632001615654463127
Binary1110111111001110110100000111011011101011001001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCED0; }

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

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

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

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

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

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

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

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