#EBB9C5

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

Shades of Chantilly #EBB9C5

Tints of Chantilly #EBB9C5

Color information

#EBB9C5 (or 0xEBB9C5) is unknown color: approx Chantilly. HEX triplet: EB, B9 and C5. RGB value is (235,185,197). Sum of RGB (Red+Green+Blue) = 235+185+197=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 185 (72.66% from 255 or 29.98% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9C5 is #14463A. Grayscale: #C9C9C9. Windows color (decimal): -1328699 or 12958187. OLE color: 12958187.

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

Color convert

RGB235185197-
CMYK00.210.160.08
HSL345.6º55.56%82.35%-
HSV(B)345.6º21.28%92.16%-
XYZ61.6956.3960.46-
YUV201.32125.56152.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 185 (72.66% from 255) = 29.98%
BLUE value IS 197 (77.34% from 255) = 31.93%
R=38.09%
G=29.98%
B=31.93%

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
Decimal23518519700.210.160.08345.655.5682.35
HexEBB9C501510815a3852
Octal353271305025201053270122
Binary1110101110111001110001010101011000010001010110101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9C5; }

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

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

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

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

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

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

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

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