#EBBAC8

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

Shades of Chantilly #EBBAC8

Tints of Chantilly #EBBAC8

Color information

#EBBAC8 (or 0xEBBAC8) is unknown color: approx Chantilly. HEX triplet: EB, BA and C8. RGB value is (235,186,200). Sum of RGB (Red+Green+Blue) = 235+186+200=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 200 (78.52% from 255 or 32.21% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAC8 is #144537. Grayscale: #CACACA. Windows color (decimal): -1328440 or 13155051. OLE color: 13155051.

HSL color Cylindrical-coordinate representation of color #EBBAC8: hue angle of 342.86º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBBAC8 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB235186200-
CMYK00.210.150.08
HSL342.86º55.06%82.55%-
HSV(B)342.86º20.85%92.16%-
XYZ62.2556.9562.36-
YUV202.25126.73151.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 200 (78.52% from 255) = 32.21%
R=37.84%
G=29.95%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518620000.210.150.08342.8655.0682.55
HexEBBAC8015F81573753
Octal353272310025171052767123
Binary111010111011101011001000010101111110001010101111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAC8; }

 p { color: rgb(235,186,200); }

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

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

 a { background-color: rgb(235,186,200); }

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

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

 span { border-color: rgb(235,186,200); }

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