#EBB1C4

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

Shades of Chantilly #EBB1C4

Tints of Chantilly #EBB1C4

Color information

#EBB1C4 (or 0xEBB1C4) is unknown color: approx Chantilly. HEX triplet: EB, B1 and C4. RGB value is (235,177,196). Sum of RGB (Red+Green+Blue) = 235+177+196=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1C4 is #144E3B. Grayscale: #C4C4C4. Windows color (decimal): -1330748 or 12890603. OLE color: 12890603.

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

Color convert

RGB235177196-
CMYK00.250.170.08
HSL340.34º59.18%80.78%-
HSV(B)340.34º24.68%92.16%-
XYZ59.9553.0959.31-
YUV196.51127.72155.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 177 (69.53% from 255) = 29.11%
BLUE value IS 196 (76.95% from 255) = 32.24%
R=38.65%
G=29.11%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517719600.250.170.08340.3459.1880.78
HexEBB1C40191181543b51
Octal353261304031211052473121
Binary1110101110110001110001000110011000110001010101001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1C4; }

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

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

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

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

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

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

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

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