#EBB7C1

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

Shades of Chantilly #EBB7C1

Tints of Chantilly #EBB7C1

Color information

#EBB7C1 (or 0xEBB7C1) is unknown color: approx Chantilly. HEX triplet: EB, B7 and C1. RGB value is (235,183,193). Sum of RGB (Red+Green+Blue) = 235+183+193=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB7C1 is #14483E. Grayscale: #C7C7C7. Windows color (decimal): -1329215 or 12695531. OLE color: 12695531.

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

Color convert

RGB235183193-
CMYK00.220.180.08
HSL348.46º56.52%81.96%-
HSV(B)348.46º22.13%92.16%-
XYZ60.8255.3857.94-
YUV199.69124.23153.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 183 (71.88% from 255) = 29.95%
BLUE value IS 193 (75.78% from 255) = 31.59%
R=38.46%
G=29.95%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518319300.220.180.08348.4656.5281.96
HexEBB7C101612815c3952
Octal353267301026221053471122
Binary1110101110110111110000010101101001010001010111001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB7C1; }

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

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

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

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

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

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

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

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