#EFBACA

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

Shades of Chantilly #EFBACA

Tints of Chantilly #EFBACA

Color information

#EFBACA (or 0xEFBACA) is unknown color: approx Chantilly. HEX triplet: EF, BA and CA. RGB value is (239,186,202). Sum of RGB (Red+Green+Blue) = 239+186+202=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBACA is #104535. Grayscale: #CBCBCB. Windows color (decimal): -1066294 or 13286127. OLE color: 13286127.

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

Color convert

RGB239186202-
CMYK00.220.150.06
HSL341.89º62.35%83.33%-
HSV(B)341.89º22.18%93.73%-
XYZ63.8257.7363.66-
YUV203.67127.06153.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 186 (73.05% from 255) = 29.67%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=38.12%
G=29.67%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918620200.220.150.06341.8962.3583.33
HexEFBACA016F61563e53
Octal35727231202617652676123
Binary11101111101110101100101001011011111101010101101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBACA; }

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

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

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

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

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

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

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

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