#EBB1BF

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

Shades of Chantilly #EBB1BF

Tints of Chantilly #EBB1BF

Color information

#EBB1BF (or 0xEBB1BF) is unknown color: approx Chantilly. HEX triplet: EB, B1 and BF. RGB value is (235,177,191). Sum of RGB (Red+Green+Blue) = 235+177+191=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1BF is #144E40. Grayscale: #C3C3C3. Windows color (decimal): -1330753 or 12562923. OLE color: 12562923.

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

Color convert

RGB235177191-
CMYK00.250.190.08
HSL345.52º59.18%80.78%-
HSV(B)345.52º24.68%92.16%-
XYZ59.3952.8756.36-
YUV195.94125.22155.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 177 (69.53% from 255) = 29.35%
BLUE value IS 191 (75% from 255) = 31.67%
R=38.97%
G=29.35%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517719100.250.190.08345.5259.1880.78
HexEBB1BF01913815a3b51
Octal353261277031231053273121
Binary1110101110110001101111110110011001110001010110101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1BF; }

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

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

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

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

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

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

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

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