#EBAFC2

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

Shades of Chantilly #EBAFC2

Tints of Chantilly #EBAFC2

Color information

#EBAFC2 (or 0xEBAFC2) is unknown color: approx Chantilly. HEX triplet: EB, AF and C2. RGB value is (235,175,194). Sum of RGB (Red+Green+Blue) = 235+175+194=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFC2 is #14503D. Grayscale: #C3C3C3. Windows color (decimal): -1331262 or 12759019. OLE color: 12759019.

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

Color convert

RGB235175194-
CMYK00.260.170.08
HSL341º60%80.39%-
HSV(B)341º25.53%92.16%-
XYZ59.3352.2257.99-
YUV195.11127.38156.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 194 (76.17% from 255) = 32.12%
R=38.91%
G=28.97%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517519400.260.170.083416080.39
HexEBAFC201A1181553c50
Octal353257302032211052574120
Binary1110101110101111110000100110101000110001010101011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFC2; }

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

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

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

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

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

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

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

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