#EBCCC8

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

Shades of Coral Candy #EBCCC8

Tints of Coral Candy #EBCCC8

Color information

#EBCCC8 (or 0xEBCCC8) is unknown color: approx Coral Candy. HEX triplet: EB, CC and C8. RGB value is (235,204,200). Sum of RGB (Red+Green+Blue) = 235+204+200=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCC8 is #143337. Grayscale: #D4D4D4. Windows color (decimal): -1323832 or 13159659. OLE color: 13159659.

HSL color Cylindrical-coordinate representation of color #EBCCC8: hue angle of 6.86º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBCCC8 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB235204200-
CMYK00.130.150.08
HSL6.86º46.67%85.29%-
HSV(B)6.86º14.89%92.16%-
XYZ66.2865.0263.7-
YUV212.81120.77143.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 204 (80.08% from 255) = 31.92%
BLUE value IS 200 (78.52% from 255) = 31.30%
R=36.78%
G=31.92%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520420000.130.150.086.8646.6785.29
HexEBCCC80DF872f55
Octal3533143100151710757125
Binary11101011110011001100100001101111110001111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCC8; }

 p { color: rgb(235,204,200); }

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

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

 a { background-color: rgb(235,204,200); }

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

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

 span { border-color: rgb(235,204,200); }

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