#EBCDC7

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

Shades of Coral Candy #EBCDC7

Tints of Coral Candy #EBCDC7

Color information

#EBCDC7 (or 0xEBCDC7) is unknown color: approx Coral Candy. HEX triplet: EB, CD and C7. RGB value is (235,205,199). Sum of RGB (Red+Green+Blue) = 235+205+199=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDC7 is #143238. Grayscale: #D5D5D5. Windows color (decimal): -1323577 or 13094379. OLE color: 13094379.

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

Color convert

RGB235205199-
CMYK00.130.150.08
HSL10º47.37%85.1%-
HSV(B)10º15.32%92.16%-
XYZ66.465.4563.17-
YUV213.29119.94143.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 205 (80.47% from 255) = 32.08%
BLUE value IS 199 (78.12% from 255) = 31.14%
R=36.78%
G=32.08%
B=31.14%

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
Decimal23520519900.130.150.081047.3785.1
HexEBCDC70DF8a2f55
Octal35331530701517101257125
Binary111010111100110111000111011011111100010101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDC7; }

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

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

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

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

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

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

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

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