#EBCDC8

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

Shades of Coral Candy #EBCDC8

Tints of Coral Candy #EBCDC8

Color information

#EBCDC8 (or 0xEBCDC8) is unknown color: approx Coral Candy. HEX triplet: EB, CD and C8. RGB value is (235,205,200). Sum of RGB (Red+Green+Blue) = 235+205+200=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDC8 is #143237. Grayscale: #D5D5D5. Windows color (decimal): -1323576 or 13159915. OLE color: 13159915.

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

Color convert

RGB235205200-
CMYK00.130.150.08
HSL8.57º46.67%85.29%-
HSV(B)8.57º14.89%92.16%-
XYZ66.5265.4963.78-
YUV213.4120.44143.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 205 (80.47% from 255) = 32.03%
BLUE value IS 200 (78.52% from 255) = 31.25%
R=36.72%
G=32.03%
B=31.25%

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
Decimal23520520000.130.150.088.5746.6785.29
HexEBCDC80DF892f55
Octal35331531001517101157125
Binary111010111100110111001000011011111100010011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDC8; }

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

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

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

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

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

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

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

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