#EECFC8

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

Shades of Coral Candy #EECFC8

Tints of Coral Candy #EECFC8

Color information

#EECFC8 (or 0xEECFC8) is unknown color: approx Coral Candy. HEX triplet: EE, CF and C8. RGB value is (238,207,200). Sum of RGB (Red+Green+Blue) = 238+207+200=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 200 (78.52% from 255 or 31.01% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFC8 is #113037. Grayscale: #D7D7D7. Windows color (decimal): -1126456 or 13160430. OLE color: 13160430.

HSL color Cylindrical-coordinate representation of color #EECFC8: hue angle of 11.05º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EECFC8 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB238207200-
CMYK00.130.160.07
HSL11.05º52.78%85.88%-
HSV(B)11.05º15.97%93.33%-
XYZ6866.9763.99-
YUV215.47119.27144.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.90%
GREEN value IS 207 (81.25% from 255) = 32.09%
BLUE value IS 200 (78.52% from 255) = 31.01%
R=36.90%
G=32.09%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820720000.130.160.0711.0552.7885.88
HexEECFC80D107b3556
Octal3563173100152071365126
Binary111011101100111111001000011011000011110111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFC8; }

 p { color: rgb(238,207,200); }

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

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

 a { background-color: rgb(238,207,200); }

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

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

 span { border-color: rgb(238,207,200); }

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