#EFD1CB

Color #EFD1CB Coral Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Candy #EFD1CB

Tints of Coral Candy #EFD1CB

Color information

#EFD1CB (or 0xEFD1CB) is unknown color: approx Coral Candy. HEX triplet: EF, D1 and CB. RGB value is (239,209,203). Sum of RGB (Red+Green+Blue) = 239+209+203=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1CB is #102E34. Grayscale: #D9D9D9. Windows color (decimal): -1060405 or 13357551. OLE color: 13357551.

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

Color convert

RGB239209203-
CMYK00.130.150.06
HSL10º52.94%86.67%-
HSV(B)10º15.06%93.73%-
XYZ69.1868.2666.03-
YUV217.29119.94143.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 209 (82.03% from 255) = 32.10%
BLUE value IS 203 (79.69% from 255) = 31.18%
R=36.71%
G=32.10%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920920300.130.150.061052.9486.67
HexEFD1CB0DF6a3557
Octal3573213130151761265127
Binary11101111110100011100101101101111111010101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD1CB; }

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

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

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

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

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

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

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

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