#ECCAC6

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

Shades of Coral Candy #ECCAC6

Tints of Coral Candy #ECCAC6

Color information

#ECCAC6 (or 0xECCAC6) is unknown color: approx Coral Candy. HEX triplet: EC, CA and C6. RGB value is (236,202,198). Sum of RGB (Red+Green+Blue) = 236+202+198=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 198 (77.73% from 255 or 31.13% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAC6 is #133539. Grayscale: #D3D3D3. Windows color (decimal): -1258810 or 13028076. OLE color: 13028076.

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

Color convert

RGB236202198-
CMYK00.140.160.07
HSL6.32º50%85.1%-
HSV(B)6.32º16.1%92.55%-
XYZ65.9164.1562.33-
YUV211.71120.26145.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.11%
GREEN value IS 202 (79.30% from 255) = 31.76%
BLUE value IS 198 (77.73% from 255) = 31.13%
R=37.11%
G=31.76%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620219800.140.160.076.325085.1
HexECCAC60E10763255
Octal354312306016207662125
Binary11101100110010101100011001110100001111101100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCAC6; }

 p { color: rgb(236,202,198); }

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

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

 a { background-color: rgb(236,202,198); }

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

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

 span { border-color: rgb(236,202,198); }

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