#EFD5CF

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

Shades of Coral Candy #EFD5CF

Tints of Coral Candy #EFD5CF

Color information

#EFD5CF (or 0xEFD5CF) is unknown color: approx Coral Candy. HEX triplet: EF, D5 and CF. RGB value is (239,213,207). Sum of RGB (Red+Green+Blue) = 239+213+207=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 213 (83.59% from 255 or 32.32% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5CF is #102A30. Grayscale: #DCDCDC. Windows color (decimal): -1059377 or 13620719. OLE color: 13620719.

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

Color convert

RGB239213207-
CMYK00.110.130.06
HSL11.25º50%87.45%-
HSV(B)11.25º13.39%93.73%-
XYZ70.6570.4468.9-
YUV220.09120.61141.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 213 (83.59% from 255) = 32.32%
BLUE value IS 207 (81.25% from 255) = 31.41%
R=36.27%
G=32.32%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921320700.110.130.0611.255087.45
HexEFD5CF0BD6b3257
Octal3573253170131561362127
Binary11101111110101011100111101011110111010111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5CF; }

 p { color: rgb(239,213,207); }

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

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

 a { background-color: rgb(239,213,207); }

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

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

 span { border-color: rgb(239,213,207); }

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