#ebb9c3

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

Shades of Chantilly #EBB9C3

Tints of Chantilly #EBB9C3

Color information

#EBB9C3 (or 0xEBB9C3) is unknown color: approx Chantilly. HEX triplet: EB, B9 and C3. RGB value is (235,185,195). Sum of RGB (Red+Green+Blue) = 235+185+195=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 195 (76.56% from 255 or 31.71% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9C3 is #14463C. Grayscale: #C9C9C9. Windows color (decimal): -1328701 or 12827115. OLE color: 12827115.

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

Color convert

RGB235185195-
CMYK00.210.170.08
HSL348º55.56%82.35%-
HSV(B)348º21.28%92.16%-
XYZ61.4656.359.26-
YUV201.09124.56152.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 185 (72.66% from 255) = 30.08%
BLUE value IS 195 (76.56% from 255) = 31.71%
R=38.21%
G=30.08%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518519500.210.170.0834855.5682.35
HexEBB9C301511815c3852
Octal353271303025211053470122
Binary1110101110111001110000110101011000110001010111001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebb9c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebb9c3; }

 p { color: rgb(235,185,195); }

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

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

 a { background-color: rgb(235,185,195); }

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

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

 span { border-color: rgb(235,185,195); }

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