#EFD2CC

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

Shades of Coral Candy #EFD2CC

Tints of Coral Candy #EFD2CC

Color information

#EFD2CC (or 0xEFD2CC) is unknown color: approx Coral Candy. HEX triplet: EF, D2 and CC. RGB value is (239,210,204). Sum of RGB (Red+Green+Blue) = 239+210+204=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2CC is #102D33. Grayscale: #DADADA. Windows color (decimal): -1060148 or 13423343. OLE color: 13423343.

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

Color convert

RGB239210204-
CMYK00.120.150.06
HSL10.29º52.24%86.86%-
HSV(B)10.29º14.64%93.73%-
XYZ69.5468.866.74-
YUV217.99120.11142.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 210 (82.42% from 255) = 32.16%
BLUE value IS 204 (80.08% from 255) = 31.24%
R=36.60%
G=32.16%
B=31.24%

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
Decimal23921020400.120.150.0610.2952.2486.86
HexEFD2CC0CF6a3457
Octal3573223140141761264127
Binary11101111110100101100110001100111111010101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD2CC; }

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

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

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

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

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

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

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

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