#EBB1BD

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

Shades of Chantilly #EBB1BD

Tints of Chantilly #EBB1BD

Color information

#EBB1BD (or 0xEBB1BD) is unknown color: approx Chantilly. HEX triplet: EB, B1 and BD. RGB value is (235,177,189). Sum of RGB (Red+Green+Blue) = 235+177+189=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1BD is #144E42. Grayscale: #C3C3C3. Windows color (decimal): -1330755 or 12431851. OLE color: 12431851.

HSL color Cylindrical-coordinate representation of color #EBB1BD: hue angle of 347.59º 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 #EBB1BD is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB235177189-
CMYK00.250.200.08
HSL347.59º59.18%80.78%-
HSV(B)347.59º24.68%92.16%-
XYZ59.1752.7855.21-
YUV195.71124.22156.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 177 (69.53% from 255) = 29.45%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=39.10%
G=29.45%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517718900.250.200.08347.5959.1880.78
HexEBB1BD01914815c3b51
Octal353261275031241053473121
Binary1110101110110001101111010110011010010001010111001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1BD; }

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

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

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

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

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

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

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

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