#EBD2CD

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

Shades of Coral Candy #EBD2CD

Tints of Coral Candy #EBD2CD

Color information

#EBD2CD (or 0xEBD2CD) is unknown color: approx Coral Candy. HEX triplet: EB, D2 and CD. RGB value is (235,210,205). Sum of RGB (Red+Green+Blue) = 235+210+205=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2CD is #142D32. Grayscale: #D8D8D8. Windows color (decimal): -1322291 or 13488875. OLE color: 13488875.

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

Color convert

RGB235210205-
CMYK00.110.130.08
HSL10º42.86%86.27%-
HSV(B)10º12.77%92.16%-
XYZ68.3368.1667.31-
YUV216.9121.28140.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 210 (82.42% from 255) = 32.31%
BLUE value IS 205 (80.47% from 255) = 31.54%
R=36.15%
G=32.31%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521020500.110.130.081042.8686.27
HexEBD2CD0BD8a2b56
Octal35332231501315101253126
Binary111010111101001011001101010111101100010101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2CD; }

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

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

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

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

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

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

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

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