#EBAFC8

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

Shades of Chantilly #EBAFC8

Tints of Chantilly #EBAFC8

Color information

#EBAFC8 (or 0xEBAFC8) is unknown color: approx Chantilly. HEX triplet: EB, AF and C8. RGB value is (235,175,200). Sum of RGB (Red+Green+Blue) = 235+175+200=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFC8 is #145037. Grayscale: #C3C3C3. Windows color (decimal): -1331256 or 13152235. OLE color: 13152235.

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

Color convert

RGB235175200-
CMYK00.260.150.08
HSL335º60%80.39%-
HSV(B)335º25.53%92.16%-
XYZ60.0252.4961.61-
YUV195.79130.38155.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 175 (68.75% from 255) = 28.69%
BLUE value IS 200 (78.52% from 255) = 32.79%
R=38.52%
G=28.69%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517520000.260.150.083356080.39
HexEBAFC801AF814f3c50
Octal353257310032171051774120
Binary111010111010111111001000011010111110001010011111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFC8; }

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

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

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

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

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

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

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

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