#EBAFC1

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

Shades of Chantilly #EBAFC1

Tints of Chantilly #EBAFC1

Color information

#EBAFC1 (or 0xEBAFC1) is unknown color: approx Chantilly. HEX triplet: EB, AF and C1. RGB value is (235,175,193). Sum of RGB (Red+Green+Blue) = 235+175+193=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFC1 is #14503E. Grayscale: #C2C2C2. Windows color (decimal): -1331263 or 12693483. OLE color: 12693483.

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

Color convert

RGB235175193-
CMYK00.260.180.08
HSL342º60%80.39%-
HSV(B)342º25.53%92.16%-
XYZ59.2252.1757.4-
YUV194.99126.88156.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 175 (68.75% from 255) = 29.02%
BLUE value IS 193 (75.78% from 255) = 32.01%
R=38.97%
G=29.02%
B=32.01%

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
Decimal23517519300.260.180.083426080.39
HexEBAFC101A1281563c50
Octal353257301032221052674120
Binary1110101110101111110000010110101001010001010101101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFC1; }

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

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

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

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

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

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

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

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