#EBB5BE

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

Shades of Chantilly #EBB5BE

Tints of Chantilly #EBB5BE

Color information

#EBB5BE (or 0xEBB5BE) is unknown color: approx Chantilly. HEX triplet: EB, B5 and BE. RGB value is (235,181,190). Sum of RGB (Red+Green+Blue) = 235+181+190=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5BE is #144A41. Grayscale: #C6C6C6. Windows color (decimal): -1329730 or 12498411. OLE color: 12498411.

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

Color convert

RGB235181190-
CMYK00.230.190.08
HSL350º57.45%81.57%-
HSV(B)350º22.98%92.16%-
XYZ60.0854.4356.05-
YUV198.17123.39154.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 181 (71.09% from 255) = 29.87%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=38.78%
G=29.87%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518119000.230.190.0835057.4581.57
HexEBB5BE01713815e3952
Octal353265276027231053671122
Binary1110101110110101101111100101111001110001010111101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5BE; }

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

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

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

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

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

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

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

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