#EFCED3

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

Shades of Pale Rose #EFCED3

Tints of Pale Rose #EFCED3

Color information

#EFCED3 (or 0xEFCED3) is unknown color: approx Pale Rose. HEX triplet: EF, CE and D3. RGB value is (239,206,211). Sum of RGB (Red+Green+Blue) = 239+206+211=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 211 (82.81% from 255 or 32.16% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCED3 is #10312C. Grayscale: #D8D8D8. Windows color (decimal): -1061165 or 13881071. OLE color: 13881071.

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

Color convert

RGB239206211-
CMYK00.140.120.06
HSL350.91º50.77%87.25%-
HSV(B)350.91º13.81%93.73%-
XYZ69.4367.270.94-
YUV216.44124.93144.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 211 (82.81% from 255) = 32.16%
R=36.43%
G=31.40%
B=32.16%

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
Decimal23920621100.140.120.06350.9150.7787.25
HexEFCED30EC615f3357
Octal35731632301614653763127
Binary1110111111001110110100110111011001101010111111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCED3; }

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

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

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

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

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

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

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

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