#EFD3CC

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

Shades of Coral Candy #EFD3CC

Tints of Coral Candy #EFD3CC

Color information

#EFD3CC (or 0xEFD3CC) is unknown color: approx Coral Candy. HEX triplet: EF, D3 and CC. RGB value is (239,211,204). Sum of RGB (Red+Green+Blue) = 239+211+204=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3CC is #102C33. Grayscale: #DADADA. Windows color (decimal): -1059892 or 13423599. OLE color: 13423599.

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

Color convert

RGB239211204-
CMYK00.120.150.06
HSL12º52.24%86.86%-
HSV(B)12º14.64%93.73%-
XYZ69.7969.366.82-
YUV218.57119.78142.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 211 (82.81% from 255) = 32.26%
BLUE value IS 204 (80.08% from 255) = 31.19%
R=36.54%
G=32.26%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921120400.120.150.061252.2486.86
HexEFD3CC0CF6c3457
Octal3573233140141761464127
Binary11101111110100111100110001100111111011001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD3CC; }

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

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

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

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

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

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

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

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