#EBB9C1

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

Shades of Chantilly #EBB9C1

Tints of Chantilly #EBB9C1

Color information

#EBB9C1 (or 0xEBB9C1) is unknown color: approx Chantilly. HEX triplet: EB, B9 and C1. RGB value is (235,185,193). Sum of RGB (Red+Green+Blue) = 235+185+193=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9C1 is #14463E. Grayscale: #C8C8C8. Windows color (decimal): -1328703 or 12696043. OLE color: 12696043.

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

Color convert

RGB235185193-
CMYK00.210.180.08
HSL350.4º55.56%82.35%-
HSV(B)350.4º21.28%92.16%-
XYZ61.2456.2158.07-
YUV200.86123.56152.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 185 (72.66% from 255) = 30.18%
BLUE value IS 193 (75.78% from 255) = 31.48%
R=38.34%
G=30.18%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518519300.210.180.08350.455.5682.35
HexEBB9C101512815e3852
Octal353271301025221053670122
Binary1110101110111001110000010101011001010001010111101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9C1; }

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

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

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

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

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

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

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

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