#EBD0CB

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

Shades of Coral Candy #EBD0CB

Tints of Coral Candy #EBD0CB

Color information

#EBD0CB (or 0xEBD0CB) is unknown color: approx Coral Candy. HEX triplet: EB, D0 and CB. RGB value is (235,208,203). Sum of RGB (Red+Green+Blue) = 235+208+203=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 208 (81.64% from 255 or 32.20% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0CB is #142F34. Grayscale: #D7D7D7. Windows color (decimal): -1322805 or 13357291. OLE color: 13357291.

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

Color convert

RGB235208203-
CMYK00.110.140.08
HSL9.38º44.44%85.88%-
HSV(B)9.38º13.62%92.16%-
XYZ67.667.0965.89-
YUV215.5120.95141.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.38%
GREEN value IS 208 (81.64% from 255) = 32.20%
BLUE value IS 203 (79.69% from 255) = 31.42%
R=36.38%
G=32.20%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520820300.110.140.089.3844.4485.88
HexEBD0CB0BE892c56
Octal35332031301316101154126
Binary111010111101000011001011010111110100010011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0CB; }

 p { color: rgb(235,208,203); }

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

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

 a { background-color: rgb(235,208,203); }

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

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

 span { border-color: rgb(235,208,203); }

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