#EBB7BE

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

Shades of Chantilly #EBB7BE

Tints of Chantilly #EBB7BE

Color information

#EBB7BE (or 0xEBB7BE) is unknown color: approx Chantilly. HEX triplet: EB, B7 and BE. RGB value is (235,183,190). Sum of RGB (Red+Green+Blue) = 235+183+190=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB7BE is #144841. Grayscale: #C7C7C7. Windows color (decimal): -1329218 or 12498923. OLE color: 12498923.

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

Color convert

RGB235183190-
CMYK00.220.190.08
HSL351.92º56.52%81.96%-
HSV(B)351.92º22.13%92.16%-
XYZ60.4955.2556.19-
YUV199.35122.73153.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 183 (71.88% from 255) = 30.10%
BLUE value IS 190 (74.61% from 255) = 31.25%
R=38.65%
G=30.10%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518319000.220.190.08351.9256.5281.96
HexEBB7BE0161381603952
Octal353267276026231054071122
Binary1110101110110111101111100101101001110001011000001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB7BE; }

 p { color: rgb(235,183,190); }

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

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

 a { background-color: rgb(235,183,190); }

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

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

 span { border-color: rgb(235,183,190); }

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