#EBB7C6

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

Shades of Chantilly #EBB7C6

Tints of Chantilly #EBB7C6

Color information

#EBB7C6 (or 0xEBB7C6) is unknown color: approx Chantilly. HEX triplet: EB, B7 and C6. RGB value is (235,183,198). Sum of RGB (Red+Green+Blue) = 235+183+198=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 198 (77.73% from 255 or 32.14% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB7C6 is #144839. Grayscale: #C8C8C8. Windows color (decimal): -1329210 or 13023211. OLE color: 13023211.

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

Color convert

RGB235183198-
CMYK00.220.160.08
HSL342.69º56.52%81.96%-
HSV(B)342.69º22.13%92.16%-
XYZ61.3955.6160.92-
YUV200.26126.73152.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 183 (71.88% from 255) = 29.71%
BLUE value IS 198 (77.73% from 255) = 32.14%
R=38.15%
G=29.71%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518319800.220.160.08342.6956.5281.96
HexEBB7C60161081573952
Octal353267306026201052771122
Binary1110101110110111110001100101101000010001010101111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB7C6; }

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

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

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

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

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

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

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

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