#EBB9BF

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

Shades of Chantilly #EBB9BF

Tints of Chantilly #EBB9BF

Color information

#EBB9BF (or 0xEBB9BF) is unknown color: approx Chantilly. HEX triplet: EB, B9 and BF. RGB value is (235,185,191). Sum of RGB (Red+Green+Blue) = 235+185+191=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9BF is #144640. Grayscale: #C8C8C8. Windows color (decimal): -1328705 or 12564971. OLE color: 12564971.

HSL color Cylindrical-coordinate representation of color #EBB9BF: hue angle of 352.8º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBB9BF is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB235185191-
CMYK00.210.190.08
HSL352.8º55.56%82.35%-
HSV(B)352.8º21.28%92.16%-
XYZ61.0156.1256.91-
YUV200.63122.56152.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 185 (72.66% from 255) = 30.28%
BLUE value IS 191 (75% from 255) = 31.26%
R=38.46%
G=30.28%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518519100.210.190.08352.855.5682.35
HexEBB9BF0151381613852
Octal353271277025231054170122
Binary1110101110111001101111110101011001110001011000011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9BF; }

 p { color: rgb(235,185,191); }

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

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

 a { background-color: rgb(235,185,191); }

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

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

 span { border-color: rgb(235,185,191); }

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