#EFCED2

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

Shades of Pale Rose #EFCED2

Tints of Pale Rose #EFCED2

Color information

#EFCED2 (or 0xEFCED2) is unknown color: approx Pale Rose. HEX triplet: EF, CE and D2. RGB value is (239,206,210). Sum of RGB (Red+Green+Blue) = 239+206+210=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 210 (82.42% from 255 or 32.06% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCED2 is #10312D. Grayscale: #D8D8D8. Windows color (decimal): -1061166 or 13815535. OLE color: 13815535.

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

Color convert

RGB239206210-
CMYK00.140.120.06
HSL352.73º50.77%87.25%-
HSV(B)352.73º13.81%93.73%-
XYZ69.367.1570.28-
YUV216.32124.43144.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 206 (80.86% from 255) = 31.45%
BLUE value IS 210 (82.42% from 255) = 32.06%
R=36.49%
G=31.45%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920621000.140.120.06352.7350.7787.25
HexEFCED20EC61613357
Octal35731632201614654163127
Binary1110111111001110110100100111011001101011000011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCED2; }

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

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

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

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

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

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

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

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