#EFCED4

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

Shades of Pale Rose #EFCED4

Tints of Pale Rose #EFCED4

Color information

#EFCED4 (or 0xEFCED4) is unknown color: approx Pale Rose. HEX triplet: EF, CE and D4. RGB value is (239,206,212). Sum of RGB (Red+Green+Blue) = 239+206+212=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 212 (83.20% from 255 or 32.27% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCED4 is #10312B. Grayscale: #D8D8D8. Windows color (decimal): -1061164 or 13946607. OLE color: 13946607.

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

Color convert

RGB239206212-
CMYK00.140.110.06
HSL349.09º50.77%87.25%-
HSV(B)349.09º13.81%93.73%-
XYZ69.5567.2571.6-
YUV216.55125.43144.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 206 (80.86% from 255) = 31.35%
BLUE value IS 212 (83.20% from 255) = 32.27%
R=36.38%
G=31.35%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920621200.140.110.06349.0950.7787.25
HexEFCED40EB615d3357
Octal35731632401613653563127
Binary1110111111001110110101000111010111101010111011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCED4; }

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

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

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

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

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

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

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

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