#EBBBC6

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

Shades of Chantilly #EBBBC6

Tints of Chantilly #EBBBC6

Color information

#EBBBC6 (or 0xEBBBC6) is unknown color: approx Chantilly. HEX triplet: EB, BB and C6. RGB value is (235,187,198). Sum of RGB (Red+Green+Blue) = 235+187+198=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 198 (77.73% from 255 or 31.94% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBC6 is #144439. Grayscale: #CACACA. Windows color (decimal): -1328186 or 13024235. OLE color: 13024235.

HSL color Cylindrical-coordinate representation of color #EBBBC6: hue angle of 346.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBBC6 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB235187198-
CMYK00.200.160.08
HSL346.25º54.55%82.75%-
HSV(B)346.25º20.43%92.16%-
XYZ62.2257.2861.2-
YUV202.61125.4151.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.90%
GREEN value IS 187 (73.44% from 255) = 30.16%
BLUE value IS 198 (77.73% from 255) = 31.94%
R=37.90%
G=30.16%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518719800.200.160.08346.2554.5582.75
HexEBBBC601410815a3753
Octal353273306024201053267123
Binary1110101110111011110001100101001000010001010110101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBBC6; }

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

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

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

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

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

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

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

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