#EFBAC5

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

Shades of Chantilly #EFBAC5

Tints of Chantilly #EFBAC5

Color information

#EFBAC5 (or 0xEFBAC5) is unknown color: approx Chantilly. HEX triplet: EF, BA and C5. RGB value is (239,186,197). Sum of RGB (Red+Green+Blue) = 239+186+197=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBAC5 is #10453A. Grayscale: #CBCBCB. Windows color (decimal): -1066299 or 12958447. OLE color: 12958447.

HSL color Cylindrical-coordinate representation of color #EFBAC5: hue angle of 347.55º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBAC5 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB239186197-
CMYK00.220.180.06
HSL347.55º62.35%83.33%-
HSV(B)347.55º22.18%93.73%-
XYZ63.2357.560.59-
YUV203.1124.56153.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 186 (73.05% from 255) = 29.90%
BLUE value IS 197 (77.34% from 255) = 31.67%
R=38.42%
G=29.90%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918619700.220.180.06347.5562.3583.33
HexEFBAC501612615c3e53
Octal35727230502622653476123
Binary111011111011101011000101010110100101101010111001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBAC5; }

 p { color: rgb(239,186,197); }

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

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

 a { background-color: rgb(239,186,197); }

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

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

 span { border-color: rgb(239,186,197); }

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