#EBAFC0

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

Shades of Chantilly #EBAFC0

Tints of Chantilly #EBAFC0

Color information

#EBAFC0 (or 0xEBAFC0) is unknown color: approx Chantilly. HEX triplet: EB, AF and C0. RGB value is (235,175,192). Sum of RGB (Red+Green+Blue) = 235+175+192=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFC0 is #14503F. Grayscale: #C2C2C2. Windows color (decimal): -1331264 or 12627947. OLE color: 12627947.

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

Color convert

RGB235175192-
CMYK00.260.180.08
HSL343º60%80.39%-
HSV(B)343º25.53%92.16%-
XYZ59.1152.1356.82-
YUV194.88126.38156.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 175 (68.75% from 255) = 29.07%
BLUE value IS 192 (75.39% from 255) = 31.89%
R=39.04%
G=29.07%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517519200.260.180.083436080.39
HexEBAFC001A1281573c50
Octal353257300032221052774120
Binary1110101110101111110000000110101001010001010101111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFC0; }

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

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

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

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

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

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

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

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