#EBB3BD

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

Shades of Chantilly #EBB3BD

Tints of Chantilly #EBB3BD

Color information

#EBB3BD (or 0xEBB3BD) is unknown color: approx Chantilly. HEX triplet: EB, B3 and BD. RGB value is (235,179,189). Sum of RGB (Red+Green+Blue) = 235+179+189=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 179 (70.31% from 255 or 29.68% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB3BD is #144C42. Grayscale: #C4C4C4. Windows color (decimal): -1330243 or 12432363. OLE color: 12432363.

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

Color convert

RGB235179189-
CMYK00.240.200.08
HSL349.29º58.33%81.18%-
HSV(B)349.29º23.83%92.16%-
XYZ59.5753.5855.35-
YUV196.88123.55155.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 179 (70.31% from 255) = 29.68%
BLUE value IS 189 (74.22% from 255) = 31.34%
R=38.97%
G=29.68%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517918900.240.200.08349.2958.3381.18
HexEBB3BD01814815d3a51
Octal353263275030241053572121
Binary1110101110110011101111010110001010010001010111011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB3BD; }

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

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

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

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

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

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

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

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