#EBB9C0

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

Shades of Chantilly #EBB9C0

Tints of Chantilly #EBB9C0

Color information

#EBB9C0 (or 0xEBB9C0) is unknown color: approx Chantilly. HEX triplet: EB, B9 and C0. RGB value is (235,185,192). Sum of RGB (Red+Green+Blue) = 235+185+192=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9C0 is #14463F. Grayscale: #C8C8C8. Windows color (decimal): -1328704 or 12630507. OLE color: 12630507.

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

Color convert

RGB235185192-
CMYK00.210.180.08
HSL351.6º55.56%82.35%-
HSV(B)351.6º21.28%92.16%-
XYZ61.1256.1757.49-
YUV200.75123.06152.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 185 (72.66% from 255) = 30.23%
BLUE value IS 192 (75.39% from 255) = 31.37%
R=38.40%
G=30.23%
B=31.37%

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
Decimal23518519200.210.180.08351.655.5682.35
HexEBB9C00151281603852
Octal353271300025221054070122
Binary1110101110111001110000000101011001010001011000001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9C0; }

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

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

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

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

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

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

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

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