#EFD1CD

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

Shades of Coral Candy #EFD1CD

Tints of Coral Candy #EFD1CD

Color information

#EFD1CD (or 0xEFD1CD) is unknown color: approx Coral Candy. HEX triplet: EF, D1 and CD. RGB value is (239,209,205). Sum of RGB (Red+Green+Blue) = 239+209+205=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1CD is #102E32. Grayscale: #D9D9D9. Windows color (decimal): -1060403 or 13488623. OLE color: 13488623.

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

Color convert

RGB239209205-
CMYK00.130.140.06
HSL7.06º51.52%87.06%-
HSV(B)7.06º14.23%93.73%-
XYZ69.4268.3667.29-
YUV217.51120.94143.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 209 (82.03% from 255) = 32.01%
BLUE value IS 205 (80.47% from 255) = 31.39%
R=36.60%
G=32.01%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920920500.130.140.067.0651.5287.06
HexEFD1CD0DE673457
Octal357321315015166764127
Binary1110111111010001110011010110111101101111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD1CD; }

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

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

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

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

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

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

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

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