#EBBACC

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

Shades of Chantilly #EBBACC

Tints of Chantilly #EBBACC

Color information

#EBBACC (or 0xEBBACC) is unknown color: approx Chantilly. HEX triplet: EB, BA and CC. RGB value is (235,186,204). Sum of RGB (Red+Green+Blue) = 235+186+204=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBACC is #144533. Grayscale: #CACACA. Windows color (decimal): -1328436 or 13417195. OLE color: 13417195.

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

Color convert

RGB235186204-
CMYK00.210.130.08
HSL337.96º55.06%82.55%-
HSV(B)337.96º20.85%92.16%-
XYZ62.7257.1464.85-
YUV202.7128.73151.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 186 (73.05% from 255) = 29.76%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=37.6%
G=29.76%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518620400.210.130.08337.9655.0682.55
HexEBBACC015D81523753
Octal353272314025151052267123
Binary111010111011101011001100010101110110001010100101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBACC; }

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

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

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

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

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

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

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

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