#EBCBC6

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

Shades of Coral Candy #EBCBC6

Tints of Coral Candy #EBCBC6

Color information

#EBCBC6 (or 0xEBCBC6) is unknown color: approx Coral Candy. HEX triplet: EB, CB and C6. RGB value is (235,203,198). Sum of RGB (Red+Green+Blue) = 235+203+198=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 198 (77.73% from 255 or 31.13% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBC6 is #143439. Grayscale: #D4D4D4. Windows color (decimal): -1324090 or 13028331. OLE color: 13028331.

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

Color convert

RGB235203198-
CMYK00.140.160.08
HSL8.11º48.05%84.9%-
HSV(B)8.11º15.74%92.16%-
XYZ65.8164.4562.4-
YUV212120.1144.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.95%
GREEN value IS 203 (79.69% from 255) = 31.92%
BLUE value IS 198 (77.73% from 255) = 31.13%
R=36.95%
G=31.92%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520319800.140.160.088.1148.0584.9
HexEBCBC60E10883055
Octal35331330601620101060125
Binary1110101111001011110001100111010000100010001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBC6; }

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

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

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

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

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

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

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

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