#EBAFC6

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

Shades of Chantilly #EBAFC6

Tints of Chantilly #EBAFC6

Color information

#EBAFC6 (or 0xEBAFC6) is unknown color: approx Chantilly. HEX triplet: EB, AF and C6. RGB value is (235,175,198). Sum of RGB (Red+Green+Blue) = 235+175+198=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFC6 is #145039. Grayscale: #C3C3C3. Windows color (decimal): -1331258 or 13021163. OLE color: 13021163.

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

Color convert

RGB235175198-
CMYK00.260.160.08
HSL337º60%80.39%-
HSV(B)337º25.53%92.16%-
XYZ59.7852.460.39-
YUV195.56129.38156.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 175 (68.75% from 255) = 28.78%
BLUE value IS 198 (77.73% from 255) = 32.57%
R=38.65%
G=28.78%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517519800.260.160.083376080.39
HexEBAFC601A1081513c50
Octal353257306032201052174120
Binary1110101110101111110001100110101000010001010100011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFC6; }

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

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

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

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

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

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

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

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