#EBB9C6

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

Shades of Chantilly #EBB9C6

Tints of Chantilly #EBB9C6

Color information

#EBB9C6 (or 0xEBB9C6) is unknown color: approx Chantilly. HEX triplet: EB, B9 and C6. RGB value is (235,185,198). Sum of RGB (Red+Green+Blue) = 235+185+198=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9C6 is #144639. Grayscale: #C9C9C9. Windows color (decimal): -1328698 or 13023723. OLE color: 13023723.

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

Color convert

RGB235185198-
CMYK00.210.160.08
HSL344.4º55.56%82.35%-
HSV(B)344.4º21.28%92.16%-
XYZ61.856.4461.06-
YUV201.43126.06151.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 185 (72.66% from 255) = 29.94%
BLUE value IS 198 (77.73% from 255) = 32.04%
R=38.03%
G=29.94%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518519800.210.160.08344.455.5682.35
HexEBB9C60151081583852
Octal353271306025201053070122
Binary1110101110111001110001100101011000010001010110001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9C6; }

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

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

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

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

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

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

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

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