#EBB0BE

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

Shades of Chantilly #EBB0BE

Tints of Chantilly #EBB0BE

Color information

#EBB0BE (or 0xEBB0BE) is unknown color: approx Chantilly. HEX triplet: EB, B0 and BE. RGB value is (235,176,190). Sum of RGB (Red+Green+Blue) = 235+176+190=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0BE is #144F41. Grayscale: #C3C3C3. Windows color (decimal): -1331010 or 12497131. OLE color: 12497131.

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

Color convert

RGB235176190-
CMYK00.250.190.08
HSL345.76º59.6%80.59%-
HSV(B)345.76º25.11%92.16%-
XYZ59.0852.4355.72-
YUV195.24125.05156.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 176 (69.14% from 255) = 29.28%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=39.10%
G=29.28%
B=31.61%

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
Decimal23517619000.250.190.08345.7659.680.59
HexEBB0BE01913815a3c51
Octal353260276031231053274121
Binary1110101110110000101111100110011001110001010110101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0BE; }

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

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

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

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

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

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

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

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