#EBD1CC

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

Shades of Coral Candy #EBD1CC

Tints of Coral Candy #EBD1CC

Color information

#EBD1CC (or 0xEBD1CC) is unknown color: approx Coral Candy. HEX triplet: EB, D1 and CC. RGB value is (235,209,204). Sum of RGB (Red+Green+Blue) = 235+209+204=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD1CC is #142E33. Grayscale: #D8D8D8. Windows color (decimal): -1322548 or 13423083. OLE color: 13423083.

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

Color convert

RGB235209204-
CMYK00.110.130.08
HSL9.68º43.66%86.08%-
HSV(B)9.68º13.19%92.16%-
XYZ67.9667.6266.6-
YUV216.2121.11141.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 209 (82.03% from 255) = 32.25%
BLUE value IS 204 (80.08% from 255) = 31.48%
R=36.27%
G=32.25%
B=31.48%

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
Decimal23520920400.110.130.089.6843.6686.08
HexEBD1CC0BD8a2c56
Octal35332131401315101254126
Binary111010111101000111001100010111101100010101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1CC; }

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

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

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

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

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

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

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

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