#EBB6C3

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

Shades of Chantilly #EBB6C3

Tints of Chantilly #EBB6C3

Color information

#EBB6C3 (or 0xEBB6C3) is unknown color: approx Chantilly. HEX triplet: EB, B6 and C3. RGB value is (235,182,195). Sum of RGB (Red+Green+Blue) = 235+182+195=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB6C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB6C3 is #14493C. Grayscale: #C7C7C7. Windows color (decimal): -1329469 or 12826347. OLE color: 12826347.

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

Color convert

RGB235182195-
CMYK00.230.170.08
HSL345.28º56.99%81.76%-
HSV(B)345.28º22.55%92.16%-
XYZ60.8455.0659.05-
YUV199.33125.56153.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 182 (71.48% from 255) = 29.74%
BLUE value IS 195 (76.56% from 255) = 31.86%
R=38.40%
G=29.74%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518219500.230.170.08345.2856.9981.76
HexEBB6C30171181593952
Octal353266303027211053171122
Binary1110101110110110110000110101111000110001010110011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB6C3; }

 p { color: rgb(235,182,195); }

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

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

 a { background-color: rgb(235,182,195); }

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

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

 span { border-color: rgb(235,182,195); }

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